Skip to content

Commit

Permalink
final for all test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Aug 12, 2018
1 parent fb390c5 commit 6ea48d2
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
Expand Up @@ -46,5 +46,5 @@
AllHintTests.class,
AllYamlTests.class
})
public class AllTests {
public final class AllTests {
}
Expand Up @@ -34,5 +34,5 @@
RandomMasterSlaveLoadBalanceAlgorithmTest.class,
HintManagerTest.class
})
public class AllApiTests {
public final class AllApiTests {
}
Expand Up @@ -26,5 +26,5 @@
ShardingPropertiesConstantTest.class,
ShardingPropertiesTest.class
})
public class AllConstantsTests {
public final class AllConstantsTests {
}
Expand Up @@ -22,5 +22,5 @@

@RunWith(Suite.class)
@Suite.SuiteClasses(HintManagerHolderTest.class)
public class AllHintTests {
public final class AllHintTests {
}
Expand Up @@ -25,5 +25,5 @@
DefaultKeyGeneratorTest.class,
KeyGeneratorFactoryTest.class
})
public class AllKeygenTests {
public final class AllKeygenTests {
}
Expand Up @@ -68,5 +68,5 @@
ShowTablesMergedResultTest.class,
MergeEngineFactoryTest.class
})
public class AllMergerTests {
public final class AllMergerTests {
}
Expand Up @@ -27,5 +27,5 @@
AccumulationAggregationUnitTest.class,
AverageAggregationUnitTest.class
})
public class AllAggregationTests {
public final class AllAggregationTests {
}
Expand Up @@ -37,5 +37,5 @@
DataSourceMetaDataFactoryTest.class,
ShardingDataSourceMetaDataTest.class
})
public class AllMetaDataTests {
public final class AllMetaDataTests {
}
Expand Up @@ -25,5 +25,5 @@
InsertOptimizeEngineTest.class,
QueryOptimizeEngineTest.class
})
public class AllOptimizerTests {
public final class AllOptimizerTests {
}
Expand Up @@ -36,5 +36,5 @@
DerivedColumnTest.class,
AllParsingIntegrateTests.class
})
public class AllParsingTests {
public final class AllParsingTests {
}
Expand Up @@ -27,5 +27,5 @@
IntegrateSupportedSQLParsingTest.class,
IntegrateUnsupportedSQLParsingTest.class
})
public class AllParsingIntegrateTests {
public final class AllParsingIntegrateTests {
}
Expand Up @@ -36,5 +36,5 @@
SQLServerLexerTest.class,
PostgreSQLLexerTest.class
})
public class AllLexerTests {
public final class AllLexerTests {
}
Expand Up @@ -35,5 +35,5 @@
TCLStatementTest.class,
DALStatementTest.class
})
public class AllSQLTests {
public final class AllSQLTests {
}
Expand Up @@ -27,5 +27,5 @@
UpdateStatementParserTest.class,
DeleteStatementParserTest.class
})
public class AllStatementParserTests {
public final class AllStatementParserTests {
}
Expand Up @@ -26,5 +26,5 @@
SQLBuilderTest.class,
SQLRewriteEngineTest.class
})
public class AllRewriteTests {
public final class AllRewriteTests {
}
Expand Up @@ -26,5 +26,5 @@
DatabaseTest.class,
DatabaseHintSQLRouterTest.class
})
public class AllRoutingTests {
public final class AllRoutingTests {
}
Expand Up @@ -29,5 +29,5 @@
BindingTableRuleTest.class,
MasterSlaveRuleTest.class
})
public class AllRuleTests {
public final class AllRuleTests {
}
Expand Up @@ -27,5 +27,5 @@
InlineExpressionParserTest.class,
SQLUtilTest.class
})
public class AllUtilTests {
public final class AllUtilTests {
}
Expand Up @@ -36,5 +36,5 @@
YamlMasterSlaveConfigurationTest.class,
YamlMasterSlaveRuleConfigurationTest.class
})
public class AllYamlTests {
public final class AllYamlTests {
}
Expand Up @@ -28,5 +28,5 @@
OrchestrationSpringBootMasterSlaveTest.class,
OrchestrationSpringBootShardingTest.class
})
public class AllTests {
public final class AllTests {
}
Expand Up @@ -27,5 +27,5 @@
OrchestrationShardingNamespaceTest.class,
OrchestrationShardingMasterSlaveNamespaceTest.class
})
public class AllTests {
public final class AllTests {
}
Expand Up @@ -28,5 +28,5 @@
AllYamlTests.class,
AllInternalTests.class
})
public class AllTests {
public final class AllTests {
}
Expand Up @@ -23,5 +23,5 @@

@RunWith(Suite.class)
@Suite.SuiteClasses(AllJdbcTests.class)
public class AllInternalTests {
public final class AllInternalTests {
}
Expand Up @@ -29,5 +29,5 @@
CircuitBreakerDataSourceTest.class,
CircuitBreakerDatabaseMetaDataTest.class
})
public class AllJdbcTests {
public final class AllJdbcTests {
}
Expand Up @@ -29,5 +29,5 @@
YamlOrchestrationMasterSlaveIntegrateTest.class,
YamlOrchestrationShardingWithMasterSlaveIntegrateTest.class
})
public class AllYamlTests {
public final class AllYamlTests {
}
Expand Up @@ -25,5 +25,5 @@
HostNameKeyGeneratorTest.class,
IPKeyGeneratorTest.class
})
public class AllTests {
public final class AllTests {
}
Expand Up @@ -28,5 +28,5 @@
SpringBootMasterSlaveTest.class,
SpringBootShardingTest.class
})
public class AllTests {
public final class AllTests {
}
Expand Up @@ -44,5 +44,5 @@
MasterSlaveNamespaceTest.class,
ShardingNamespaceTest.class
})
public class AllTests {
public final class AllTests {
}
Expand Up @@ -28,5 +28,5 @@
AllStorageTest.class,
AllIntegrateTests.class
})
public class AllTests {
public final class AllTests {
}
Expand Up @@ -28,5 +28,5 @@
MemoryTransactionLogStorageOperationsTest.class,
RdbTransactionLogStorageOperationsTest.class
})
public class AllIntegrateTests {
public final class AllIntegrateTests {
}
Expand Up @@ -28,5 +28,5 @@
MemoryTransactionLogStorageTest.class,
RdbTransactionLogStorageTest.class
})
public class AllStorageTest {
public final class AllStorageTest {
}
Expand Up @@ -29,5 +29,5 @@
BEDSoftTransactionTest.class,
SoftTransactionTest.class
})
public class AllTests {
public final class AllTests {
}
Expand Up @@ -27,5 +27,5 @@
AllUnitTests.class,
AllIntegrateTests.class
})
public class AllTests {
public final class AllTests {
}
Expand Up @@ -32,5 +32,5 @@
AllJDBCTests.class,
AllUtilTests.class
})
public class AllUnitTests {
public final class AllUnitTests {
}
Expand Up @@ -25,5 +25,5 @@
ShardingDataSourceFactoryTest.class,
MasterSlaveDataSourceFactoryTest.class
})
public class AllApiTests {
public final class AllApiTests {
}
Expand Up @@ -31,5 +31,5 @@
PreparedStatementExecutorTest.class,
BatchPreparedStatementExecutorTest.class
})
public class AllExecutorTests {
public final class AllExecutorTests {
}
Expand Up @@ -29,5 +29,5 @@
AllAdapterTests.class,
AllCoreTests.class
})
public class AllJDBCTests {
public final class AllJDBCTests {
}
Expand Up @@ -33,5 +33,5 @@
JdbcMethodInvocationTest.class,
SetParameterMethodInvocationTest.class
})
public class AllAdapterTests {
public final class AllAdapterTests {
}
Expand Up @@ -41,5 +41,5 @@
GeneratedKeysResultSetTest.class,
GeneratedKeysResultSetMetaDataTest.class
})
public class AllCoreTests {
public final class AllCoreTests {
}
Expand Up @@ -30,5 +30,5 @@
UnsupportedUpdateOperationResultSetTest.class,
UnsupportedGeneratedKeysResultSetTest.class
})
public class AllUnsupportedTests {
public final class AllUnsupportedTests {
}
Expand Up @@ -25,5 +25,5 @@
EventBusInstanceTest.class,
DataSourceUtilTest.class
})
public class AllUtilTests {
public final class AllUtilTests {
}
Expand Up @@ -32,5 +32,5 @@
AllDDLTests.class,
AllDCLTests.class
})
public class AllIntegrateTests {
public final class AllIntegrateTests {
}
Expand Up @@ -23,5 +23,5 @@

@RunWith(Suite.class)
@SuiteClasses(GeneralDCLIntegrateTest.class)
public class AllDCLTests {
public final class AllDCLTests {
}
Expand Up @@ -23,5 +23,5 @@

@RunWith(Suite.class)
@SuiteClasses(GeneralDDLIntegrateTest.class)
public class AllDDLTests {
public final class AllDDLTests {
}
Expand Up @@ -27,5 +27,5 @@
BatchDMLIntegrateTest.class,
AdditionalDMLIntegrateTest.class
})
public class AllDMLTests {
public final class AllDMLTests {
}
Expand Up @@ -26,5 +26,5 @@
GeneralDQLIntegrateTest.class,
AdditionalDQLIntegrateTest.class
})
public class AllDQLTests {
public final class AllDQLTests {
}
Expand Up @@ -31,5 +31,5 @@
MergeEventListenerTest.class,
ShardingJDBCTracerTest.class
})
public class AllTests {
public final class AllTests {
}
Expand Up @@ -36,5 +36,5 @@
HandshakeResponse41PacketTest.class,
RandomGeneratorTest.class
})
public class AllTests {
public final class AllTests {
}

0 comments on commit 6ea48d2

Please sign in to comment.