Package org.jumpmind.symmetric.test
Class AbstractIntegrationTest
java.lang.Object
org.jumpmind.symmetric.test.AbstractIntegrationTest
- Direct Known Subclasses:
BatchStatisticsTest,SimpleIntegrationTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static TestTablesServiceprotected static TestTablesService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidcheckForFailedTriggers(boolean server, boolean client) protected booleanprotected booleanprotected ISymmetricEngineprotected intprotected intprotected ISymmetricEngineprotected SymmetricWebServerprotected booleanprotected booleanprotected voidprotected voidprotected Stringprotected org.apache.logging.log4j.LevelsetLoggingLevelForTest(org.apache.logging.log4j.Level level)
-
Field Details
-
serverTestService
-
clientTestService
-
-
Constructor Details
-
AbstractIntegrationTest
public AbstractIntegrationTest()
-
-
Method Details
-
getClient
-
getServer
-
getWebServer
-
clientPush
protected boolean clientPush() -
clientPull
protected boolean clientPull() -
checkForFailedTriggers
protected void checkForFailedTriggers(boolean server, boolean client) -
setLoggingLevelForTest
protected org.apache.logging.log4j.Level setLoggingLevelForTest(org.apache.logging.log4j.Level level) -
logTestRunning
protected void logTestRunning() -
logTestComplete
protected void logTestComplete() -
printRootAndClientDatabases
-
isServerOracle
protected boolean isServerOracle() -
isClientInterbase
protected boolean isClientInterbase() -
getIncomingBatchCountForClient
protected int getIncomingBatchCountForClient() -
getIncomingBatchNotOkCountForClient
protected int getIncomingBatchNotOkCountForClient() -
assertNoPendingBatchesOnServer
protected void assertNoPendingBatchesOnServer() -
assertNoPendingBatchesOnClient
protected void assertNoPendingBatchesOnClient()
-