Class EnsureCleanDbUtils
java.lang.Object
org.flowable.common.engine.impl.test.EnsureCleanDbUtils
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Field Details
-
DB_CHANGELOG_TABLE
- See Also:
-
-
Constructor Details
-
EnsureCleanDbUtils
public EnsureCleanDbUtils()
-
-
Method Details
-
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)
-