Class OcpPostgreSql
- java.lang.Object
-
- fixture5.TestFixture
-
- io.debezium.testing.system.fixtures.databases.DatabaseFixture<T>
-
- io.debezium.testing.system.fixtures.databases.ocp.OcpDatabaseFixture<io.debezium.testing.system.tools.databases.SqlDatabaseController>
-
- io.debezium.testing.system.fixtures.databases.ocp.OcpPostgreSql
-
public class OcpPostgreSql extends OcpDatabaseFixture<io.debezium.testing.system.tools.databases.SqlDatabaseController>
-
-
Field Summary
Fields Modifier and Type Field Description static StringDB_DEPLOYMENT_PATHstatic StringDB_SERVICE_PATHstatic StringDB_SERVICE_PATH_LB-
Fields inherited from class io.debezium.testing.system.fixtures.databases.ocp.OcpDatabaseFixture
ocp
-
Fields inherited from class io.debezium.testing.system.fixtures.databases.DatabaseFixture
controllerType, dbController
-
-
Constructor Summary
Constructors Constructor Description OcpPostgreSql(org.junit.jupiter.api.extension.ExtensionContext.Store store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.debezium.testing.system.tools.databases.SqlDatabaseControllerdatabaseController()-
Methods inherited from class io.debezium.testing.system.fixtures.databases.DatabaseFixture
setup, teardown
-
-
-
-
Field Detail
-
DB_DEPLOYMENT_PATH
public static final String DB_DEPLOYMENT_PATH
- See Also:
- Constant Field Values
-
DB_SERVICE_PATH_LB
public static final String DB_SERVICE_PATH_LB
- See Also:
- Constant Field Values
-
DB_SERVICE_PATH
public static final String DB_SERVICE_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
databaseController
protected io.debezium.testing.system.tools.databases.SqlDatabaseController databaseController() throws Exception- Specified by:
databaseControllerin classDatabaseFixture<io.debezium.testing.system.tools.databases.SqlDatabaseController>- Throws:
Exception
-
-