Class SnapshotLockProviderTest

java.lang.Object
io.debezium.snapshot.SnapshotLockProviderTest

public class SnapshotLockProviderTest extends Object
  • Constructor Details

    • SnapshotLockProviderTest

      public SnapshotLockProviderTest()
  • Method Details

    • whenBothImplementationHasConnectorSpecificAnnotationTheRightOneWillBeSelected

      public void whenBothImplementationHasConnectorSpecificAnnotationTheRightOneWillBeSelected()
    • whenOneImplementationHasConnectorSpecificAnnotationThatMatchTheRunningConnectorItWillBeSelected

      public void whenOneImplementationHasConnectorSpecificAnnotationThatMatchTheRunningConnectorItWillBeSelected()
    • whenNoImplementationHasConnectorSpecificAnnotationThenTheFirstNotAnnotatedOneWillBeSelected

      public void whenNoImplementationHasConnectorSpecificAnnotationThenTheFirstNotAnnotatedOneWillBeSelected()
    • whenNoImplementationIsFoundThenAnExceptionIsThrown

      public void whenNoImplementationIsFoundThenAnExceptionIsThrown()
    • getMockedObjects

      private SnapshotLockProviderTest.MockedObjects getMockedObjects(String snapshotMode, String connectorClassName)