public class EnsureCleanDbUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DB_CHANGELOG_TABLE |
| Constructor and Description |
|---|
EnsureCleanDbUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertAndEnsureCleanDb(String testName,
org.slf4j.Logger logger,
AbstractEngineConfiguration engineConfiguration,
Collection<String> tableNamesExcludedFromDbCleanCheck,
boolean hasNoException,
Command<Void> dropAndRecreateDbCommand) |
static void |
assertAndEnsureCleanDb(String testName,
org.slf4j.Logger logger,
AbstractEngineConfiguration engineConfiguration,
EnsureCleanDb ensureCleanDb,
boolean hasNoException,
Command<Void> dropAndRecreateDbCommand) |
protected static final String DB_CHANGELOG_TABLE
public static void assertAndEnsureCleanDb(String testName, org.slf4j.Logger logger, AbstractEngineConfiguration engineConfiguration, EnsureCleanDb ensureCleanDb, boolean hasNoException, Command<Void> dropAndRecreateDbCommand)
public static void assertAndEnsureCleanDb(String testName, org.slf4j.Logger logger, AbstractEngineConfiguration engineConfiguration, Collection<String> tableNamesExcludedFromDbCleanCheck, boolean hasNoException, Command<Void> dropAndRecreateDbCommand)
Copyright © 2021 Flowable. All rights reserved.