Package org.jumpmind.symmetric.test
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 Summary
FieldsFields inherited from class org.jumpmind.symmetric.test.AbstractIntegrationTest
clientTestService, serverTestService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidprotected voidMethods inherited from class org.jumpmind.symmetric.test.AbstractIntegrationTest
assertNoPendingBatchesOnClient, assertNoPendingBatchesOnServer, checkForFailedTriggers, clientPull, clientPush, getClient, getIncomingBatchCountForClient, getIncomingBatchNotOkCountForClient, getServer, getWebServer, isClientInterbase, isServerOracle, logTestComplete, logTestRunning, printRootAndClientDatabases, setLoggingLevelForTest
-
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
- Throws:
Exception
-
test05LobSyncUsingCapture
- 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
- Throws:
Exception
-
test12SuspendIgnorePushLocalBatches
- Throws:
Exception
-
test13SuspendIgnorePullRemoteBatches
- Throws:
Exception
-
test14SuspendIgnorePullRemoteLocalComboBatches
- Throws:
Exception
-
test15UpdateDataWithNoChangesSyncToClient
- Throws:
Exception
-
test16SuspendIgnorePullLocalBatches
- Throws:
Exception
-
test17SyncToRootAutoGeneratedPrimaryKey
@Test public void test17SyncToRootAutoGeneratedPrimaryKey() -
test18ReopenRegistration
@Test public void test18ReopenRegistration() -
test19SyncToRoot
- Throws:
Exception
-
test20SyncInsertCondition
- Throws:
Exception
-
test21OneColumnTableWithPrimaryKeyUpdate
- Throws:
Exception
-
test22SyncUpdateCondition
@Test public void test22SyncUpdateCondition() -
test23IgnoreNodeChannel
@Test public void test23IgnoreNodeChannel() -
test24SyncUpdateWithEmptyKey
@Test public void test24SyncUpdateWithEmptyKey() -
test25TestPurge
- Throws:
Exception
-
test25TestPurge2
- Throws:
Exception
-
test26Heartbeat
- Throws:
Exception
-
test27VirtualTransactionId
@Test public void test27VirtualTransactionId() -
test28CaseSensitiveTableNames
@Test public void test28CaseSensitiveTableNames() -
test29SyncShellCommand
- Throws:
Exception
-
test30AutoConfigureTablesAfterAlreadyCreated
@Test public void test30AutoConfigureTablesAfterAlreadyCreated() -
main
-
test31ReloadMissingForeignKeys
@Test public void test31ReloadMissingForeignKeys() -
test32TransformsWithUpdateFirstAndIncludeOn
@Test public void test32TransformsWithUpdateFirstAndIncludeOn() -
testAutoConfigureTablesAfterAlreadyCreated
-
test99Shutdown
- Throws:
Exception
-