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 TestTablesService
protected static TestTablesService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected void
checkForFailedTriggers
(boolean server, boolean client) protected boolean
protected boolean
protected ISymmetricEngine
protected int
protected int
protected ISymmetricEngine
protected SymmetricWebServer
protected boolean
protected boolean
protected void
protected void
protected String
protected org.apache.logging.log4j.Level
setLoggingLevelForTest
(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()
-