Uses of Class
liquibase.extension.testing.testsystem.TestSystem
Packages that use TestSystem
Package
Description
-
Uses of TestSystem in liquibase.extension.testing.testsystem
Subclasses of TestSystem in liquibase.extension.testing.testsystemMethods in liquibase.extension.testing.testsystem with type parameters of type TestSystemModifier and TypeMethodDescription<T extends TestSystem>
List<T>TestSystemFactory.getAvailable(Class<T> testSystemType) Methods in liquibase.extension.testing.testsystem that return TestSystemModifier and TypeMethodDescriptionTestSystemFactory.getTestSystem(String definition) Convenience method forTestSystemFactory.getTestSystem(TestSystem.Definition)without having to parse the definition yourself.TestSystemFactory.getTestSystem(TestSystem.Definition definition) Return theTestSystemfor the givenTestSystem.Definition.Methods in liquibase.extension.testing.testsystem that return types with arguments of type TestSystemModifier and TypeMethodDescriptionprotected Collection<TestSystem>TestSystemFactory.findAllInstances()protected Class<TestSystem>TestSystemFactory.getPluginClass()Methods in liquibase.extension.testing.testsystem with parameters of type TestSystemModifier and TypeMethodDescriptionprotected intTestSystemFactory.getPriority(TestSystem testSystem, Object... args) -
Uses of TestSystem in liquibase.extension.testing.testsystem.core
Subclasses of TestSystem in liquibase.extension.testing.testsystem.coreModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassWhen running against Localstack Snowflake, you may need to add the following to your run configuration:--add-opens=java.base/java.nio=ALL-UNNAMED.classclass -
Uses of TestSystem in liquibase.extension.testing.testsystem.spock
Fields in liquibase.extension.testing.testsystem.spock with type parameters of type TestSystemModifier and TypeFieldDescriptionstatic final Set<TestSystem>LiquibaseIntegrationMethodInterceptor.startedTestSystems -
Uses of TestSystem in liquibase.extension.testing.testsystem.wrapper
Constructors in liquibase.extension.testing.testsystem.wrapper with parameters of type TestSystemModifierConstructorDescriptionDockerDatabaseWrapper(org.testcontainers.containers.JdbcDatabaseContainer container, TestSystem testSystem)