Class IncrementalSnapshotNotificationServiceTest

java.lang.Object
io.debezium.pipeline.notification.IncrementalSnapshotNotificationServiceTest

public class IncrementalSnapshotNotificationServiceTest extends Object
  • Field Details

    • partition

      @Mock private io.debezium.pipeline.spi.Partition partition
    • offsetContext

      @Mock private io.debezium.pipeline.spi.OffsetContext offsetContext
    • notificationService

      @Mock private io.debezium.pipeline.notification.NotificationService<io.debezium.pipeline.spi.Partition,io.debezium.pipeline.spi.OffsetContext> notificationService
    • incrementalSnapshotContext

      @Mock private io.debezium.pipeline.source.snapshot.incremental.IncrementalSnapshotContext<io.debezium.relational.TableId> incrementalSnapshotContext
    • connectorConfig

      @Mock private io.debezium.config.CommonConnectorConfig connectorConfig
    • incrementalSnapshotNotificationService

      @InjectMocks private io.debezium.pipeline.notification.IncrementalSnapshotNotificationService<io.debezium.pipeline.spi.Partition,io.debezium.pipeline.spi.OffsetContext> incrementalSnapshotNotificationService
  • Constructor Details

    • IncrementalSnapshotNotificationServiceTest

      public IncrementalSnapshotNotificationServiceTest()
  • Method Details

    • setUp

      public void setUp()
    • notifyStarted

      public void notifyStarted()
    • notifyPaused

      public void notifyPaused()
    • notifyResumed

      public void notifyResumed()
    • notifyAborted

      public void notifyAborted()
    • testNotifyAborted

      public void testNotifyAborted()
    • notifyTableScanCompleted

      public void notifyTableScanCompleted()
    • notifyInProgress

      public void notifyInProgress()
    • notifyCompleted

      public void notifyCompleted()