提交 7e640365 编写于 作者: T terrymanu

For #660: rename all root test suite to AllTests

上级 e579b8fb
......@@ -41,6 +41,6 @@ import org.junit.runners.Suite.SuiteClasses;
AllMergerTests.class,
AllHintTests.class,
AllYamlTests.class
})
public class AllCoreTests {
})
public class AllTests {
}
......@@ -28,5 +28,5 @@ import org.junit.runners.Suite.SuiteClasses;
SpringBootMasterSlaveTest.class,
SpringBootShardingTest.class
})
public class AllSpringBootTests {
public class AllTests {
}
......@@ -44,5 +44,5 @@ import org.junit.runners.Suite.SuiteClasses;
MasterSlaveNamespaceTest.class,
ShardingNamespaceTest.class
})
public class AllSpringTests {
public class AllTests {
}
......@@ -28,5 +28,5 @@ import org.junit.runners.Suite.SuiteClasses;
OrchestrationSpringBootMasterSlaveTest.class,
OrchestrationSpringBootShardingTest.class
})
public class AllOrchestrationSpringBootTests {
public class AllTests {
}
......@@ -27,5 +27,5 @@ import org.junit.runners.Suite.SuiteClasses;
OrchestrationShardingNamespaceTest.class,
OrchestrationShardingMasterSlaveNamespaceTest.class
})
public class AllOrchestrationSpringTests {
public class AllTests {
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册