注释无用测试类.
This commit is contained in:
@@ -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());
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
-15
@@ -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 {
|
|
||||||
//}
|
|
||||||
Reference in New Issue
Block a user