提交 2efe4128 编写于 作者: T terrymanu

refactor AllTests

上级 e2aa0b0f
......@@ -17,12 +17,18 @@
package io.shardingsphere.proxy;
import io.shardingsphere.proxy.listener.AllListenerTests;
import io.shardingsphere.proxy.runtime.AllRuntimeTests;
import io.shardingsphere.proxy.transport.AllTransportTests;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses(AllTransportTests.class)
@SuiteClasses({
AllRuntimeTests.class,
AllListenerTests.class,
AllTransportTests.class
})
public final class AllTests {
}
......@@ -17,8 +17,6 @@
package io.shardingsphere.proxy.transport;
import io.shardingsphere.proxy.listener.AllListenerTests;
import io.shardingsphere.proxy.runtime.AllRuntimeTests;
import io.shardingsphere.proxy.transport.common.codec.AllCommonCodecTests;
import io.shardingsphere.proxy.transport.mysql.codec.MySQLPacketCodecTest;
import io.shardingsphere.proxy.transport.mysql.constant.AllMySQLConstantTests;
......@@ -29,8 +27,6 @@ import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({
AllRuntimeTests.class,
AllListenerTests.class,
AllCommonCodecTests.class,
AllMySQLConstantTests.class,
MySQLPacketCodecTest.class,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册