Package liquibase.extension.testing.testsystem.wrapper
-
Class Summary Class Description DatabaseWrapper Wraps the external database used byDatabaseTestSystemso that HOW the database is interacted with is independent of WHAT we do with that connection.DockerDatabaseWrapper Implementation ofDatabaseWrapperfor databases that are managed via docker inJdbcDatabaseContainers.JdbcDatabaseWrapper Implementation ofDatabaseWrapperfor databases that are connected to via a JDBC url and are not "started" in a traditional sense.UnimplementedWrapper Deprecated. will remove when all TestSystems are created.