All Classes and Interfaces
Class
Description
Base class for testing connectors using
AsyncEmbeddedEngine.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>
Tests for
AsyncEmbeddedEngine implementation of DebeziumEngine.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.
Utility classes and functions useful for testing implementations of
DebeziumEngine.Utility classes and functions useful for testing implementations of
DebeziumEngine.Tests for
Callable with retries RetryingCallable.A test case for the
SimpleSourceConnector that is also able to test and verify the behavior of
ConnectorOutputTest.Implementation of
TestingDebeziumEngine for AsyncEngineConfig.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.