| Package | Description |
|---|---|
| liquibase.extension.testing.testsystem | |
| liquibase.extension.testing.testsystem.core | |
| liquibase.extension.testing.testsystem.wrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseTestSystem
Base class for
TestSystems for databases. |
| Modifier and Type | Method and Description |
|---|---|
<T extends TestSystem> |
TestSystemFactory.getAvailable(Class<T> testSystemType) |
| Modifier and Type | Method and Description |
|---|---|
TestSystem |
TestSystemFactory.getTestSystem(String definition)
Conveniene method for
TestSystemFactory.getTestSystem(TestSystem.Definition) without having to parse the definition yourself. |
TestSystem |
TestSystemFactory.getTestSystem(TestSystem.Definition definition)
Return the
TestSystem for the given TestSystem.Definition. |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<TestSystem> |
TestSystemFactory.findAllInstances() |
protected Class<TestSystem> |
TestSystemFactory.getPluginClass() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
TestSystemFactory.getPriority(TestSystem testSystem,
Object... args) |
| Modifier and Type | Class and Description |
|---|---|
class |
CockroachTestSystem |
class |
DB2TestSystem |
class |
DB2zTestSystem |
class |
DerbyTestSystem |
class |
FirebirdTestSystem |
class |
H2TestSystem |
class |
HsqlTestSystem |
class |
InformixTestSystem |
class |
MariaDBTestSystem |
class |
MSSQLTestSystem |
class |
MySQLTestSystem |
class |
OracleTestSystem |
class |
PostgresTestSystem |
class |
SQLiteTestSystem |
class |
SybaseASATestSystem |
| Constructor and Description |
|---|
DockerDatabaseWrapper(org.testcontainers.containers.JdbcDatabaseContainer container,
TestSystem testSystem) |
Copyright © 2022 Liquibase.org. All rights reserved.