Package com.flowable.content.engine.test
Class ContentTestHelper
java.lang.Object
com.flowable.content.engine.test.ContentTestHelper
public abstract class ContentTestHelper
extends java.lang.Object
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EMPTY_LINE
-
Constructor Summary
Constructors Constructor Description ContentTestHelper()
-
Method Summary
Modifier and Type Method Description static void
assertAndEnsureCleanDb(ContentEngine contentEngine)
Each test is assumed to clean up all DB content it entered.static void
closeContentEngines()
static ContentEngine
getContentEngine(java.lang.String configurationResource)
-
Field Details
-
EMPTY_LINE
public static final java.lang.String EMPTY_LINE- See Also:
- Constant Field Values
-
-
Constructor Details
-
ContentTestHelper
public ContentTestHelper()
-
-
Method Details
-
getContentEngine
-
closeContentEngines
public static void closeContentEngines() -
assertAndEnsureCleanDb
Each test is assumed to clean up all DB content it entered. After a test method executed, this method scans all tables to see if the DB is completely clean. It throws AssertionFailed in case the DB is not clean. If the DB is not clean, it is cleaned by performing a create a drop.
-