Class IncrementalSnapshotNotificationServiceTest
java.lang.Object
io.debezium.pipeline.notification.IncrementalSnapshotNotificationServiceTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate io.debezium.pipeline.source.snapshot.incremental.IncrementalSnapshotContext<io.debezium.relational.TableId>private io.debezium.pipeline.notification.IncrementalSnapshotNotificationService<io.debezium.pipeline.spi.Partition,io.debezium.pipeline.spi.OffsetContext> private io.debezium.pipeline.notification.NotificationService<io.debezium.pipeline.spi.Partition,io.debezium.pipeline.spi.OffsetContext> private io.debezium.pipeline.spi.OffsetContextprivate io.debezium.pipeline.spi.Partition -
Constructor Summary
Constructors -
Method Summary
-
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 -
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()
-