Package org.jumpmind.symmetric.io
Class DbCompareTest
java.lang.Object
org.jumpmind.symmetric.io.DbCompareTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DbCompareConfig
protected final String
protected final String
protected final String
protected final String
protected final String
protected ISymmetricDialect
protected org.springframework.jdbc.datasource.SingleConnectionDataSource
protected ISymmetricEngine
protected IDatabasePlatform
protected ISymmetricDialect
protected org.springframework.jdbc.datasource.SingleConnectionDataSource
protected ISymmetricEngine
protected IDatabasePlatform
protected DbCompare
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
test
-
config
-
sourceDialect
-
targetDialect
-
nonEmptyTableWithPKNoDifferences
- See Also:
-
emptyTableWithPK
- See Also:
-
emptyTableWithNoPK
- See Also:
-
nonEmptyTableWithPKWithDifferences
- See Also:
-
nonEmptyTableWithNoPKNoDifferences
- See Also:
-
sourceTableNames
-
targetTableNames
-
sourceEngine
-
targetEngine
-
sourceds
protected org.springframework.jdbc.datasource.SingleConnectionDataSource sourceds -
sourcePlatform
-
targetds
protected org.springframework.jdbc.datasource.SingleConnectionDataSource targetds -
targetPlatform
-
-
Constructor Details
-
DbCompareTest
public DbCompareTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
isUnitypeTest
@Test public void isUnitypeTest() -
compareNonEmptyTableWithPKNoDifferences
@Test public void compareNonEmptyTableWithPKNoDifferences() -
compareEmptyTableWithPK
@Test public void compareEmptyTableWithPK() -
compareEmptyTableWithNoPK
@Test public void compareEmptyTableWithNoPK() -
compareNonEmptyTableWithNoPKNoDifferences
@Test public void compareNonEmptyTableWithNoPKNoDifferences() -
compareNonEmptyTableWithPKWithDifferences
@Test public void compareNonEmptyTableWithPKWithDifferences()
-