All Classes and Interfaces

Class
Description
 
AbstractCloudEventsConverterTest<T extends org.apache.kafka.connect.source.SourceConnector>
A unified test of all CloudEventsConverter behavior which all connectors should extend.
An abstract base class for unit testing SourceConnector implementations using the Debezium EmbeddedEngine with local file storage.
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>
 
AbstractNotificationsIT<T extends org.apache.kafka.connect.source.SourceConnector>
 
 
AbstractReselectProcessorTest<T extends org.apache.kafka.connect.source.SourceConnector>
 
An abstract database schema history class, allowing each connector to extend to offer a common set of tests
AbstractSnapshotTest<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.
Extension to DebeziumEngine, which provide convenient methods used in testsuite which we want to keep either for backward compatibility or because they are just useful, but we don't want to expose them via DebeziumEngine API.
Implementation of TestingDebeziumEngine for EmbeddedEngine.