提交 77509c9f 编写于 作者: T tristaZero

add AllKeygenTests

上级 7967fbaa
...@@ -21,6 +21,7 @@ import io.shardingsphere.core.config.AllConfigTests; ...@@ -21,6 +21,7 @@ import io.shardingsphere.core.config.AllConfigTests;
import io.shardingsphere.core.constant.AllConstantsTests; import io.shardingsphere.core.constant.AllConstantsTests;
import io.shardingsphere.core.executor.AllExecutorTests; import io.shardingsphere.core.executor.AllExecutorTests;
import io.shardingsphere.core.hint.AllHintTests; import io.shardingsphere.core.hint.AllHintTests;
import io.shardingsphere.core.keygen.AllKeygenTests;
import io.shardingsphere.core.merger.AllMergerTests; import io.shardingsphere.core.merger.AllMergerTests;
import io.shardingsphere.core.metadata.AllMetaDataTests; import io.shardingsphere.core.metadata.AllMetaDataTests;
import io.shardingsphere.core.optimizer.AllOptimizerTests; import io.shardingsphere.core.optimizer.AllOptimizerTests;
...@@ -46,7 +47,8 @@ import org.junit.runners.Suite.SuiteClasses; ...@@ -46,7 +47,8 @@ import org.junit.runners.Suite.SuiteClasses;
AllExecutorTests.class, AllExecutorTests.class,
AllMergerTests.class, AllMergerTests.class,
AllHintTests.class, AllHintTests.class,
AllYamlTests.class AllYamlTests.class,
AllKeygenTests.class
}) })
public final class AllCoreTests { public final class AllCoreTests {
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册