Class DataServiceTest

java.lang.Object
org.jumpmind.symmetric.service.impl.DataServiceTest

public class DataServiceTest extends Object
  • Field Details

  • Constructor Details

    • DataServiceTest

      public DataServiceTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp() throws Exception
      Throws:
      Exception
    • testFindDataGaps2

      @Test public void testFindDataGaps2() throws Exception
      Throws:
      Exception
    • recaptureStranded_Insert_ExistingRow

      @Test public void recaptureStranded_Insert_ExistingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Insert_MissingRow

      @Test public void recaptureStranded_Insert_MissingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Insert_ExtraColumn_ExistingRow

      @Test public void recaptureStranded_Insert_ExtraColumn_ExistingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Insert_ExtraColumn_MissingRow

      @Test public void recaptureStranded_Insert_ExtraColumn_MissingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Insert_MissingPkColumn_MissingRow

      @Test public void recaptureStranded_Insert_MissingPkColumn_MissingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Insert_MissingAllColumns_ExistingRow

      @Test public void recaptureStranded_Insert_MissingAllColumns_ExistingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Insert_MissingColumn_MissingRow

      @Test public void recaptureStranded_Insert_MissingColumn_MissingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Update_ExistingRow

      @Test public void recaptureStranded_Update_ExistingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Update_MissingRow

      @Test public void recaptureStranded_Update_MissingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Update_ExtraColumn_ExistingRow

      @Test public void recaptureStranded_Update_ExtraColumn_ExistingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Update_ExtraColumn_MissingRow

      @Test public void recaptureStranded_Update_ExtraColumn_MissingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Update_MissingPkColumn_MissingRow

      @Test public void recaptureStranded_Update_MissingPkColumn_MissingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Update_MissingAllColumns_ExistingRow

      @Test public void recaptureStranded_Update_MissingAllColumns_ExistingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Update_MissingColumn_MissingRow

      @Test public void recaptureStranded_Update_MissingColumn_MissingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Delete_ExistingRow

      @Test public void recaptureStranded_Delete_ExistingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Delete_MissingRow

      @Test public void recaptureStranded_Delete_MissingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Delete_ExtraColumn_ExistingRow

      @Test public void recaptureStranded_Delete_ExtraColumn_ExistingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Delete_ExtraColumn_MissingRow

      @Test public void recaptureStranded_Delete_ExtraColumn_MissingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Delete_MissingPkColumn_MissingRow

      @Test public void recaptureStranded_Delete_MissingPkColumn_MissingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Delete_MissingAllColumns_ExistingRow

      @Test public void recaptureStranded_Delete_MissingAllColumns_ExistingRow() throws Exception
      Throws:
      Exception
    • recaptureStranded_Delete_MissingColumn_MissingRow

      @Test public void recaptureStranded_Delete_MissingColumn_MissingRow() throws Exception
      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