Package org.jumpmind.symmetric.test
Class ConflictResolutionTest
java.lang.Object
org.jumpmind.symmetric.test.AbstractTest
org.jumpmind.symmetric.test.ConflictResolutionTest
-
Field Summary
Fields inherited from class org.jumpmind.symmetric.test.AbstractTest
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
The registration server should always be the first group in the listgetOnlyIncomingError
(ISymmetricEngine server, String nodeId) protected Table[]
protected void
test
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
testBasicSync
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
testExistingRowInServerInsertOnClient
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
testUpdateRowOnServerThenUpdateRowOnClient
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) Methods inherited from class org.jumpmind.symmetric.test.AbstractTest
getProperties, getRegServer, getResource, getWebServer, loadConfigAndRegisterNode, loadConfigAtRegistrationServer, logEndOfTest, logStartOfTest, pull, pullFiles, push, pushFiles, setup, teardown, template, template, test
-
Constructor Details
-
ConflictResolutionTest
public ConflictResolutionTest()
-
-
Method Details
-
getTables
- Overrides:
getTables
in classAbstractTest
-
getGroupNames
Description copied from class:AbstractTest
The registration server should always be the first group in the list- Overrides:
getGroupNames
in classAbstractTest
-
test
- Specified by:
test
in classAbstractTest
- Throws:
Exception
-
testBasicSync
protected void testBasicSync(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-
testExistingRowInServerInsertOnClient
protected void testExistingRowInServerInsertOnClient(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-
getOnlyIncomingError
-
testUpdateRowOnServerThenUpdateRowOnClient
protected void testUpdateRowOnServerThenUpdateRowOnClient(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-