Class AbstractIntegrationTest

java.lang.Object
org.jumpmind.symmetric.test.AbstractIntegrationTest
Direct Known Subclasses:
BatchStatisticsTest, SimpleIntegrationTest

@Tag("integration") public abstract class AbstractIntegrationTest extends Object
  • Field Details

  • Constructor Details

    • AbstractIntegrationTest

      public AbstractIntegrationTest()
  • Method Details

    • getClient

      protected ISymmetricEngine getClient()
    • getServer

      protected ISymmetricEngine getServer()
    • getWebServer

      protected SymmetricWebServer 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

      protected String 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()