Uses of Class
liquibase.extension.testing.testsystem.TestSystem
Package
Description
-
Uses of TestSystem in liquibase.extension.testing.testsystem
Modifier and TypeMethodDescription<T extends TestSystem>
List<T>TestSystemFactory.getAvailable
(Class<T> testSystemType) Modifier and TypeMethodDescriptionTestSystemFactory.getTestSystem
(String definition) Convenience method forTestSystemFactory.getTestSystem(TestSystem.Definition)
without having to parse the definition yourself.TestSystemFactory.getTestSystem
(TestSystem.Definition definition) Return theTestSystem
for the givenTestSystem.Definition
.Modifier and TypeMethodDescriptionprotected Collection<TestSystem>
TestSystemFactory.findAllInstances()
protected Class<TestSystem>
TestSystemFactory.getPluginClass()
Modifier and TypeMethodDescriptionprotected int
TestSystemFactory.getPriority
(TestSystem testSystem, Object... args) -
Uses of TestSystem in liquibase.extension.testing.testsystem.core
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
When running against Localstack Snowflake, you may need to add the following to your run configuration:--add-opens=java.base/java.nio=ALL-UNNAMED
.class
class
-
Uses of TestSystem in liquibase.extension.testing.testsystem.spock
Modifier and TypeFieldDescriptionstatic final Set<TestSystem>
LiquibaseIntegrationMethodInterceptor.startedTestSystems
-
Uses of TestSystem in liquibase.extension.testing.testsystem.wrapper
ModifierConstructorDescriptionDockerDatabaseWrapper
(org.testcontainers.containers.JdbcDatabaseContainer container, TestSystem testSystem)