Package org.jumpmind.symmetric.test
Class FileSyncTest
java.lang.Object
org.jumpmind.symmetric.test.AbstractTest
org.jumpmind.symmetric.test.FileSyncTest
-
Field Summary
Fields inherited from class org.jumpmind.symmetric.test.AbstractTest
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected String[]
The registration server should always be the first group in the listprotected boolean
protected boolean
protected void
test
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
testChangeFileNameAndCreateTargetDir
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
testChooseTargetDirectory
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
testCreateAndUpdateInSameBatch
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
testInitialLoadFromServerToClient
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
testManual
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
protected void
testPullAllFromServerToClient
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
testSourceWins
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
testTargetWins
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
testUpdateManual
(ISymmetricEngine rootServer, ISymmetricEngine clientServer) protected void
Methods inherited from class org.jumpmind.symmetric.test.AbstractTest
getProperties, getRegServer, getResource, getTables, getWebServer, loadConfigAndRegisterNode, loadConfigAtRegistrationServer, logEndOfTest, logStartOfTest, pull, pullFiles, push, pushFiles, setup, teardown, template, template, test
-
Constructor Details
-
FileSyncTest
public FileSyncTest()
-
-
Method Details
-
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
-
testInitialLoadFromServerToClient
protected void testInitialLoadFromServerToClient(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-
testPullAllFromServerToClient
protected void testPullAllFromServerToClient(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-
testPingback
- Throws:
Exception
-
testChooseTargetDirectory
protected void testChooseTargetDirectory(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-
testChangeFileNameAndCreateTargetDir
protected void testChangeFileNameAndCreateTargetDir(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-
testSourceWins
protected void testSourceWins(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-
testTargetWins
protected void testTargetWins(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-
testManual
protected void testManual(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-
testUpdateManual
protected void testUpdateManual(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-
testCreateAndUpdateInSameBatch
protected void testCreateAndUpdateInSameBatch(ISymmetricEngine rootServer, ISymmetricEngine clientServer) throws Exception - Throws:
Exception
-
trackChangesOnServer
protected void trackChangesOnServer() -
pullFiles
protected boolean pullFiles() -
pushFiles
protected boolean pushFiles() -
createDirsAndInitialFiles
- Throws:
Exception
-