public abstract class AbstractFlowableTestCase extends AbstractTestCase
| Modifier and Type | Field and Description |
|---|---|
protected String |
deploymentIdFromDeploymentAnnotation |
protected List<String> |
deploymentIdsForAutoCleanup |
protected Throwable |
exception |
protected FormEngine |
formEngine |
protected FormEngineConfiguration |
formEngineConfiguration |
protected org.flowable.form.api.FormService |
formService |
protected org.flowable.form.api.FormManagementService |
managementService |
protected org.flowable.form.api.FormRepositoryService |
repositoryService |
EMPTY_LINE, isEmptyLinesEnabled, LOGGER| Constructor and Description |
|---|
AbstractFlowableTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertAndEnsureCleanDb()
Each test is assumed to clean up all DB content it entered.
|
protected void |
closeDownFormEngine() |
protected abstract void |
initializeFormEngine() |
protected void |
initializeServices() |
protected void |
nullifyServices() |
void |
runBare() |
assertTextPresent, assertTextPresentIgnoreCase, runTestassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, setName, setUp, tearDown, toStringprotected FormEngine formEngine
protected String deploymentIdFromDeploymentAnnotation
protected Throwable exception
protected FormEngineConfiguration formEngineConfiguration
protected org.flowable.form.api.FormManagementService managementService
protected org.flowable.form.api.FormRepositoryService repositoryService
protected org.flowable.form.api.FormService formService
protected abstract void initializeFormEngine()
protected void closeDownFormEngine()
protected void nullifyServices()
public void runBare()
throws Throwable
runBare in class junit.framework.TestCaseThrowableprotected void assertAndEnsureCleanDb()
throws Throwable
Throwableprotected void initializeServices()
Copyright © 2019. All rights reserved.