Class EnsureCleanDbUtils
- java.lang.Object
-
- org.flowable.common.engine.impl.test.EnsureCleanDbUtils
-
public class EnsureCleanDbUtils extends Object
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringDB_CHANGELOG_TABLE
-
Constructor Summary
Constructors Constructor Description EnsureCleanDbUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidassertAndEnsureCleanDb(String testName, org.slf4j.Logger logger, AbstractEngineConfiguration engineConfiguration, Collection<String> tableNamesExcludedFromDbCleanCheck, boolean hasNoException, Command<Void> dropAndRecreateDbCommand)static voidassertAndEnsureCleanDb(String testName, org.slf4j.Logger logger, AbstractEngineConfiguration engineConfiguration, EnsureCleanDb ensureCleanDb, boolean hasNoException, Command<Void> dropAndRecreateDbCommand)
-
-
-
Field Detail
-
DB_CHANGELOG_TABLE
protected static final String DB_CHANGELOG_TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
assertAndEnsureCleanDb
public static void assertAndEnsureCleanDb(String testName, org.slf4j.Logger logger, AbstractEngineConfiguration engineConfiguration, EnsureCleanDb ensureCleanDb, boolean hasNoException, Command<Void> dropAndRecreateDbCommand)
-
assertAndEnsureCleanDb
public static void assertAndEnsureCleanDb(String testName, org.slf4j.Logger logger, AbstractEngineConfiguration engineConfiguration, Collection<String> tableNamesExcludedFromDbCleanCheck, boolean hasNoException, Command<Void> dropAndRecreateDbCommand)
-
-