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