Uses of Class
liquibase.extension.testing.testsystem.TestSystem
-
-
Uses of TestSystem in liquibase.extension.testing.testsystem
Subclasses of TestSystem in liquibase.extension.testing.testsystem Modifier and Type Class Description classDatabaseTestSystemBase class forTestSystems for databases.Methods in liquibase.extension.testing.testsystem with type parameters of type TestSystem Modifier and Type Method Description <T extends TestSystem>
List<T>TestSystemFactory. getAvailable(Class<T> testSystemType)Methods in liquibase.extension.testing.testsystem that return TestSystem Modifier and Type Method Description TestSystemTestSystemFactory. getTestSystem(String definition)Convenience method forTestSystemFactory.getTestSystem(TestSystem.Definition)without having to parse the definition yourself.TestSystemTestSystemFactory. getTestSystem(TestSystem.Definition definition)Return theTestSystemfor the givenTestSystem.Definition.Methods in liquibase.extension.testing.testsystem that return types with arguments of type TestSystem Modifier and Type Method Description protected Collection<TestSystem>TestSystemFactory. findAllInstances()protected Class<TestSystem>TestSystemFactory. getPluginClass()Methods in liquibase.extension.testing.testsystem with parameters of type TestSystem Modifier and Type Method Description protected intTestSystemFactory. getPriority(TestSystem testSystem, Object... args) -
Uses of TestSystem in liquibase.extension.testing.testsystem.core
Subclasses of TestSystem in liquibase.extension.testing.testsystem.core Modifier and Type Class Description classCockroachTestSystemclassDB2TestSystemclassDB2zTestSystemclassDerbyTestSystemclassFirebirdTestSystemclassH2TestSystemclassHsqlTestSystemclassInformixTestSystemclassMariaDBTestSystemclassMSSQLTestSystemclassMySQLTestSystemclassOracleTestSystemclassPostgresTestSystemclassSQLiteTestSystemclassSybaseASATestSystem -
Uses of TestSystem in liquibase.extension.testing.testsystem.spock
Fields in liquibase.extension.testing.testsystem.spock with type parameters of type TestSystem Modifier and Type Field Description static Set<TestSystem>LiquibaseIntegrationMethodInterceptor. startedTestSystems -
Uses of TestSystem in liquibase.extension.testing.testsystem.wrapper
Constructors in liquibase.extension.testing.testsystem.wrapper with parameters of type TestSystem Constructor Description DockerDatabaseWrapper(org.testcontainers.containers.JdbcDatabaseContainer container, TestSystem testSystem)
-