Uses of Class
com.link_intersystems.dbunit.migration.testcontainers.TestcontainersConfig
-
Packages that use TestcontainersConfig Package Description com.link_intersystems.dbunit.maven.mojo com.link_intersystems.dbunit.maven.testcontainers -
-
Uses of TestcontainersConfig in com.link_intersystems.dbunit.maven.mojo
Fields in com.link_intersystems.dbunit.maven.mojo declared as TestcontainersConfig Modifier and Type Field Description protected TestcontainersConfig
FlywayMigrateMojo. testcontainers
Testcontainers database configuration. -
Uses of TestcontainersConfig in com.link_intersystems.dbunit.maven.testcontainers
Methods in com.link_intersystems.dbunit.maven.testcontainers with parameters of type TestcontainersConfig Modifier and Type Method Description protected com.link_intersystems.dbunit.testcontainers.DatabaseContainerSupport
FlywayTestcontainersMigrationDataSetPipeFactory. getDatabaseContainerSupport(TestcontainersConfig testcontainersConfig, org.slf4j.Logger logger)
protected com.link_intersystems.dbunit.testcontainers.DatabaseContainerSupport
FlywayTestcontainersMigrationDataSetPipeFactory. getMojoConfiguredDatabaseContainerSupport(TestcontainersConfig testcontainersConfig, org.slf4j.Logger logger)
Constructors in com.link_intersystems.dbunit.maven.testcontainers with parameters of type TestcontainersConfig Constructor Description FlywayTestcontainersMigrationDataSetPipeFactory(TestcontainersConfig testcontainersConfig, MigrationConfig migration, org.apache.maven.plugin.logging.Log log)
-