注释无用测试类.

This commit is contained in:
aoshiguchen
2023-12-18 13:50:28 +08:00
parent 4f5fc5dfbc
commit b21fd8e2d9
2 changed files with 0 additions and 34 deletions
@@ -1,19 +0,0 @@
//package org.dromara.neutrinoproxy.server;
//
//import org.dromara.neutrinoproxy.core.util.NeutrinoProxyVersion;
//import org.dromara.neutrinoproxy.server.app.AppBaseTest;
//import org.junit.Assert;
//import org.junit.Test;
//
///**
// * @author songyinyin
// * @since 2023/10/31 11:51
// */
//public class VersionTest extends AppBaseTest {
//
// @Test
// public void testVersion() {
// Assert.assertNotNull(NeutrinoProxyVersion.getVersion());
// System.out.println("version: " + NeutrinoProxyVersion.getVersion());
// }
//}
@@ -1,15 +0,0 @@
//package org.dromara.neutrinoproxy.server.app;
//
//import org.dromara.neutrinoproxy.server.ProxyServer;
//import org.junit.runner.RunWith;
//import org.noear.solon.test.SolonJUnit4ClassRunner;
//import org.noear.solon.test.SolonTest;
//
///**
// * @author songyinyin
// * @since 2023/10/31 11:56
// */
//@SolonTest(value = ProxyServer.class, properties = "server.port=18888")
//@RunWith(SolonJUnit4ClassRunner.class)
//public class AppBaseTest {
//}