Class SimpleIntegrationTest

java.lang.Object
org.jumpmind.symmetric.test.AbstractIntegrationTest
org.jumpmind.symmetric.test.SimpleIntegrationTest

@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.MethodName.class) public class SimpleIntegrationTest extends AbstractIntegrationTest
  • Field Details

    • testFlag

      public static boolean testFlag
  • Constructor Details

    • SimpleIntegrationTest

      public SimpleIntegrationTest()
  • Method Details

    • test01CreateServer

      @Test public void test01CreateServer()
    • test02RegisterClientWithRoot

      @Test public void test02RegisterClientWithRoot()
    • test03InitialLoad

      @Test public void test03InitialLoad()
    • test04LobSyncUsingStreaming

      @Test public void test04LobSyncUsingStreaming() throws Exception
      Throws:
      Exception
    • test05LobSyncUsingCapture

      @Test public void test05LobSyncUsingCapture() throws Exception
      Throws:
      Exception
    • test06SyncToClient

      @Test public void test06SyncToClient()
    • test07SyncToClientMultipleUpdates

      @Test public void test07SyncToClientMultipleUpdates()
    • test08InsertSqlEvent

      @Test public void test08InsertSqlEvent()
    • test09EmptyNullLob

      @Test public void test09EmptyNullLob()
    • test10LargeLob

      @Test public void test10LargeLob()
    • test11SuspendIgnorePushRemoteBatches

      @Test public void test11SuspendIgnorePushRemoteBatches() throws Exception
      Throws:
      Exception
    • test12SuspendIgnorePushLocalBatches

      @Test public void test12SuspendIgnorePushLocalBatches() throws Exception
      Throws:
      Exception
    • test13SuspendIgnorePullRemoteBatches

      @Test public void test13SuspendIgnorePullRemoteBatches() throws Exception
      Throws:
      Exception
    • test14SuspendIgnorePullRemoteLocalComboBatches

      @Test public void test14SuspendIgnorePullRemoteLocalComboBatches() throws Exception
      Throws:
      Exception
    • test15UpdateDataWithNoChangesSyncToClient

      @Test public void test15UpdateDataWithNoChangesSyncToClient() throws Exception
      Throws:
      Exception
    • test16SuspendIgnorePullLocalBatches

      @Test public void test16SuspendIgnorePullLocalBatches() throws Exception
      Throws:
      Exception
    • test17SyncToRootAutoGeneratedPrimaryKey

      @Test public void test17SyncToRootAutoGeneratedPrimaryKey()
    • test18ReopenRegistration

      @Test public void test18ReopenRegistration()
    • test19SyncToRoot

      @Test public void test19SyncToRoot() throws Exception
      Throws:
      Exception
    • test20SyncInsertCondition

      @Test public void test20SyncInsertCondition() throws Exception
      Throws:
      Exception
    • test21OneColumnTableWithPrimaryKeyUpdate

      @Test public void test21OneColumnTableWithPrimaryKeyUpdate() throws Exception
      Throws:
      Exception
    • test22SyncUpdateCondition

      @Test public void test22SyncUpdateCondition()
    • test23IgnoreNodeChannel

      @Test public void test23IgnoreNodeChannel()
    • test24SyncUpdateWithEmptyKey

      @Test public void test24SyncUpdateWithEmptyKey()
    • test25TestPurge

      @Test public void test25TestPurge() throws Exception
      Throws:
      Exception
    • test25TestPurge2

      @Test public void test25TestPurge2() throws Exception
      Throws:
      Exception
    • test26Heartbeat

      @Test public void test26Heartbeat() throws Exception
      Throws:
      Exception
    • test27VirtualTransactionId

      @Test public void test27VirtualTransactionId()
    • test28CaseSensitiveTableNames

      @Test public void test28CaseSensitiveTableNames()
    • test29SyncShellCommand

      @Test public void test29SyncShellCommand() throws Exception
      Throws:
      Exception
    • test30AutoConfigureTablesAfterAlreadyCreated

      @Test public void test30AutoConfigureTablesAfterAlreadyCreated()
    • main

      public static void main(String[] args)
    • test31ReloadMissingForeignKeys

      @Test public void test31ReloadMissingForeignKeys()
    • test32TransformsWithUpdateFirstAndIncludeOn

      @Test public void test32TransformsWithUpdateFirstAndIncludeOn()
    • testAutoConfigureTablesAfterAlreadyCreated

      protected void testAutoConfigureTablesAfterAlreadyCreated(ISymmetricEngine engine)
    • test99Shutdown

      @Test public void test99Shutdown() throws Exception
      Throws:
      Exception