Package io.debezium.snapshot
Class SnapshotQueryProviderTest
java.lang.Object
io.debezium.snapshot.SnapshotQueryProviderTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate static classprivate classprivate classprivate classprivate classprivate classprivate class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMockedObjects(String snapshotMode, String connectorClassName) voidvoidvoidvoid
-
Constructor Details
-
SnapshotQueryProviderTest
public SnapshotQueryProviderTest()
-
-
Method Details
-
whenBothImplementationHasConnectorSpecificAnnotationTheRightOneWillBeSelected
public void whenBothImplementationHasConnectorSpecificAnnotationTheRightOneWillBeSelected() -
whenOneImplementationHasConnectorSpecificAnnotationThatMatchTheRunningConnectorItWillBeSelected
public void whenOneImplementationHasConnectorSpecificAnnotationThatMatchTheRunningConnectorItWillBeSelected() -
whenNoImplementationHasConnectorSpecificAnnotationThenTheFirstNotAnnotatedOneWillBeSelected
public void whenNoImplementationHasConnectorSpecificAnnotationThenTheFirstNotAnnotatedOneWillBeSelected() -
whenNoImplementationIsFoundThenAnExceptionIsThrown
public void whenNoImplementationIsFoundThenAnExceptionIsThrown() -
getMockedObjects
private SnapshotQueryProviderTest.MockedObjects getMockedObjects(String snapshotMode, String connectorClassName)
-