All Classes and Interfaces

Class
Description
Base class for testing connectors using AsyncEmbeddedEngine.
 
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.
A unified test of all EventRouter behavior which all connectors should extend.
 
 
 
 
 
An abstract database schema history class, allowing each connector to extend to offer a common set of tests
 
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
invalid reference
DebeziumEngine
.
 
 
 
 
 
 
 
Utility classes and functions useful for testing implementations of
invalid reference
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.