Interface TestRuntimeFixture<D extends io.debezium.testing.system.tools.databases.DatabaseController<?>>
-
- All Superinterfaces:
Assertions,ConnectorRuntimeFixture,DatabaseRuntimeFixture<D>,KafkaRuntimeFixture,RegistryRuntimeFixture
- All Known Subinterfaces:
DB2Connector,DB2TestCases,MongoConnector,MongoTestCases,MySqlConnector,MySqlTestCases,OracleConnector,OracleTestCases,PostgreSqlConnector,PostgreSqlTestCases,SqlServerConnector,SqlServerTestCases
- All Known Implementing Classes:
ConnectorTest,DockerConnectorTest,DockerRhelDB2ConnectorIT,DockerRhelMongoConnectorIT,DockerRhelMySqlConnectorIT,DockerRhelOracleConnectorIT,DockerRhelPostgreSqlConnectorIT,DockerRhelSqlServerConnectorIT,OcpAvroDB2ConnectorIT,OcpAvroMongoConnectorIT,OcpAvroMySqlConnectorIT,OcpAvroOracleConnectorIT,OcpAvroPostgreSqlConnectorIT,OcpAvroSqlServerConnectorIT,OcpConnectorTest,OcpDB2ConnectorIT,OcpMongoConnectorIT,OcpMySqlConnectorIT,OcpOracleConnectorIT,OcpPostgreSqlConnectorIT,OcpSqlServerConnectorIT
public interface TestRuntimeFixture<D extends io.debezium.testing.system.tools.databases.DatabaseController<?>> extends KafkaRuntimeFixture, ConnectorRuntimeFixture, DatabaseRuntimeFixture<D>, RegistryRuntimeFixture, Assertions
-
-
Method Summary
-
Methods inherited from interface io.debezium.testing.system.fixtures.Assertions
assertions
-
Methods inherited from interface io.debezium.testing.system.fixtures.connectors.ConnectorRuntimeFixture
getConnectorConfig, setConnectorConfig
-
Methods inherited from interface io.debezium.testing.system.fixtures.databases.DatabaseRuntimeFixture
getDbController, setDbController
-
Methods inherited from interface io.debezium.testing.system.fixtures.kafka.KafkaRuntimeFixture
getConnectorMetrics, getKafkaConnectController, getKafkaController, setKafkaConnectController, setKafkaController
-
Methods inherited from interface io.debezium.testing.system.fixtures.registry.RegistryRuntimeFixture
getRegistryController, setRegistryController
-
-