Package com.flowable.content.engine.test
Class ContentTestHelper
- java.lang.Object
-
- com.flowable.content.engine.test.ContentTestHelper
-
public abstract class ContentTestHelper extends Object
- Author:
- Tijs Rademakers, Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description static String
EMPTY_LINE
-
Constructor Summary
Constructors Constructor Description ContentTestHelper()
-
Method Summary
All Methods Static Methods Concrete Methods 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(String configurationResource)
-
-
-
Field Detail
-
EMPTY_LINE
public static final String EMPTY_LINE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContentEngine
public static ContentEngine getContentEngine(String configurationResource)
-
closeContentEngines
public static void closeContentEngines()
-
assertAndEnsureCleanDb
public static void assertAndEnsureCleanDb(ContentEngine contentEngine)
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.
-
-