Class DataServiceTest
java.lang.Object
org.jumpmind.symmetric.service.impl.DataServiceTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetUp()protected voidsetupRecapture(String tableName, String channelName, String columnNames, String pkNames, DataEventType dataEventType, String rowData, String pkData, String oldData, String existingRow) void
-
Field Details
-
strandedTableName
- See Also:
-
strandedChannelId
- See Also:
-
strandedColumnNames
- See Also:
-
strandedPkNames
- See Also:
-
-
Constructor Details
-
DataServiceTest
public DataServiceTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testFindDataGaps2
- Throws:
Exception
-
recaptureStranded_Insert_ExistingRow
- Throws:
Exception
-
recaptureStranded_Insert_MissingRow
- Throws:
Exception
-
recaptureStranded_Insert_ExtraColumn_ExistingRow
- Throws:
Exception
-
recaptureStranded_Insert_ExtraColumn_MissingRow
- Throws:
Exception
-
recaptureStranded_Insert_MissingPkColumn_MissingRow
- Throws:
Exception
-
recaptureStranded_Insert_MissingAllColumns_ExistingRow
- Throws:
Exception
-
recaptureStranded_Insert_MissingColumn_MissingRow
- Throws:
Exception
-
recaptureStranded_Update_ExistingRow
- Throws:
Exception
-
recaptureStranded_Update_MissingRow
- Throws:
Exception
-
recaptureStranded_Update_ExtraColumn_ExistingRow
- Throws:
Exception
-
recaptureStranded_Update_ExtraColumn_MissingRow
- Throws:
Exception
-
recaptureStranded_Update_MissingPkColumn_MissingRow
- Throws:
Exception
-
recaptureStranded_Update_MissingAllColumns_ExistingRow
- Throws:
Exception
-
recaptureStranded_Update_MissingColumn_MissingRow
- Throws:
Exception
-
recaptureStranded_Delete_ExistingRow
- Throws:
Exception
-
recaptureStranded_Delete_MissingRow
- Throws:
Exception
-
recaptureStranded_Delete_ExtraColumn_ExistingRow
- Throws:
Exception
-
recaptureStranded_Delete_ExtraColumn_MissingRow
- Throws:
Exception
-
recaptureStranded_Delete_MissingPkColumn_MissingRow
- Throws:
Exception
-
recaptureStranded_Delete_MissingAllColumns_ExistingRow
- Throws:
Exception
-
recaptureStranded_Delete_MissingColumn_MissingRow
- Throws:
Exception
-
setupRecapture
protected void setupRecapture(String tableName, String channelName, String columnNames, String pkNames, DataEventType dataEventType, String rowData, String pkData, String oldData, String existingRow) throws Exception - Throws:
Exception
-