Package liquibase.extension.testing.testsystem.wrapper
package liquibase.extension.testing.testsystem.wrapper
-
ClassDescriptionWraps the external database used by
DatabaseTestSystem
so that HOW the database is interacted with is independent of WHAT we do with that connection.Implementation ofDatabaseWrapper
for databases that are managed via docker inJdbcDatabaseContainer
s.Implementation ofDatabaseWrapper
for databases that are connected to via a JDBC url and are not "started" in a traditional sense.Deprecated.will remove when all TestSystems are created.