Class SnapshotQueryProviderTest

java.lang.Object
io.debezium.snapshot.SnapshotQueryProviderTest

public class SnapshotQueryProviderTest extends Object
  • 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)