Uses of Class
liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
Packages that use DatabaseWrapper
Package
Description
-
Uses of DatabaseWrapper in liquibase.extension.testing.testsystem
Fields in liquibase.extension.testing.testsystem declared as DatabaseWrapperMethods in liquibase.extension.testing.testsystem that return DatabaseWrapperModifier and TypeMethodDescriptionprotected abstract DatabaseWrapperDatabaseTestSystem.createContainerWrapper()protected @NotNull DatabaseWrapperDatabaseTestSystem.createWrapper() -
Uses of DatabaseWrapper in liquibase.extension.testing.testsystem.core
Methods in liquibase.extension.testing.testsystem.core that return DatabaseWrapperModifier and TypeMethodDescriptionprotected @NotNull DatabaseWrapperCockroachTestSystem.createContainerWrapper()protected @NotNull DatabaseWrapperDB2TestSystem.createContainerWrapper()protected @NotNull DatabaseWrapperDB2zTestSystem.createContainerWrapper()protected @NotNull DatabaseWrapperDerbyTestSystem.createContainerWrapper()protected DatabaseWrapperFirebirdTestSystem.createContainerWrapper()protected DatabaseWrapperH2TestSystem.createContainerWrapper()protected DatabaseWrapperHsqlTestSystem.createContainerWrapper()protected DatabaseWrapperInformixTestSystem.createContainerWrapper()protected DatabaseWrapperMariaDBTestSystem.createContainerWrapper()protected @NotNull DatabaseWrapperMSSQLTestSystem.createContainerWrapper()protected @NotNull DatabaseWrapperMySQLTestSystem.createContainerWrapper()protected @NotNull DatabaseWrapperOracleTestSystem.createContainerWrapper()protected @NotNull DatabaseWrapperPostgresTestSystem.createContainerWrapper()protected DatabaseWrapperSnowflakeTestSystem.createContainerWrapper()protected @NotNull DatabaseWrapperSQLiteTestSystem.createContainerWrapper()protected @NotNull DatabaseWrapperSybaseASATestSystem.createContainerWrapper() -
Uses of DatabaseWrapper in liquibase.extension.testing.testsystem.wrapper
Subclasses of DatabaseWrapper in liquibase.extension.testing.testsystem.wrapperModifier and TypeClassDescriptionclassImplementation ofDatabaseWrapperfor databases that are managed via docker inJdbcDatabaseContainers.classImplementation ofDatabaseWrapperfor databases that are connected to via a JDBC url and are not "started" in a traditional sense.classDeprecated.will remove when all TestSystems are created.