注释无用测试类
This commit is contained in:
+15
-15
@@ -1,15 +1,15 @@
|
||||
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 {
|
||||
}
|
||||
//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