Package io.debezium.connector.sqlserver
Class LegacyV1SourceInfoTest
- java.lang.Object
-
- io.debezium.connector.sqlserver.LegacyV1SourceInfoTest
-
public class LegacyV1SourceInfoTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private io.debezium.connector.sqlserver.SourceInfosource
-
Constructor Summary
Constructors Constructor Description LegacyV1SourceInfoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeEach()voidchangeLsnIsPresent()voidcommitLsnIsPresent()voidconnectorIsPresent()voidschemaIsCorrect()voidserverNameIsPresent()voidsnapshotIsPresent()voidtimestampIsPresent()voidversionIsPresent()
-
-
-
Method Detail
-
beforeEach
public void beforeEach()
-
versionIsPresent
public void versionIsPresent()
-
connectorIsPresent
public void connectorIsPresent()
-
serverNameIsPresent
public void serverNameIsPresent()
-
changeLsnIsPresent
public void changeLsnIsPresent()
-
commitLsnIsPresent
public void commitLsnIsPresent()
-
snapshotIsPresent
public void snapshotIsPresent()
-
timestampIsPresent
public void timestampIsPresent()
-
schemaIsCorrect
public void schemaIsCorrect()
-
-