Commit 46b6b295 authored by tristaZero's avatar tristaZero
Browse files

add ShardingEncryptorFactoryTest

parent 5b7497fa
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package org.apache.shardingsphere.core;

import org.apache.shardingsphere.core.config.AllConfigTests;
import org.apache.shardingsphere.core.constant.AllConstantsTests;
import org.apache.shardingsphere.core.encrypt.ShardingEncryptorFactoryTest;
import org.apache.shardingsphere.core.executor.AllExecutorTests;
import org.apache.shardingsphere.core.hint.AllHintTests;
import org.apache.shardingsphere.core.keygen.AllKeygenTests;
@@ -48,7 +49,8 @@ import org.junit.runners.Suite.SuiteClasses;
        AllMergerTests.class, 
        AllHintTests.class, 
        AllYamlTests.class,
        AllKeygenTests.class
        AllKeygenTests.class,
        ShardingEncryptorFactoryTest.class
    })
public final class AllCoreTests {
}