All Classes and Interfaces

Class
Description
An abstract base class for unit testing SourceConnector implementations using the Debezium EmbeddedEngine with local file storage.
An abstract database history class, allowing each connector to extend to offer a common set of tests
AbstractEventRouterTest<T extends org.apache.kafka.connect.source.SourceConnector>
A unified test of all EventRouter behavior which all connectors should extend.
AbstractIncrementalSnapshotTest<T extends org.apache.kafka.connect.source.SourceConnector>
 
AbstractIncrementalSnapshotWithSchemaChangesSupportTest<T extends org.apache.kafka.connect.source.SourceConnector>
 
A functional interface for obtaining the value of variables given their names.
A base class for classes the define integration tests for connectors that verify the output of a connector matches an expected sequence of change event records.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
A test case for the SimpleSourceConnector that is also able to test and verify the behavior of ConnectorOutputTest.