|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.camunda.bpm.engine.impl.test.PvmTestCase
org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
org.camunda.bpm.engine.impl.test.PluggableProcessEngineTestCase
public class PluggableProcessEngineTestCase
Base class for the process engine test cases. The main reason not to use our own test support classes is that we need to run our test suite with various configurations, e.g. with and without spring, standalone or on a server etc. Those requirements create some complications so we think it's best to use a separate base class. That way it is much easier for us to maintain our own codebase and at the same time provide stability on the test support classes that we offer as part of our api (in org.camunda.bpm.engine.test).
| Field Summary | |
|---|---|
protected static ProcessEngine |
cachedProcessEngine
|
| Fields inherited from class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase |
|---|
authorizationService, caseService, decisionService, deploymentId, deploymentIds, exception, externalTaskService, filterService, formService, historyService, identityService, managementService, processEngine, processEngineConfiguration, repositoryService, runtimeService, taskService |
| Constructor Summary | |
|---|---|
PluggableProcessEngineTestCase()
|
|
| Method Summary | |
|---|---|
static ProcessEngine |
getProcessEngine()
|
protected void |
initializeProcessEngine()
|
| Methods inherited from class org.camunda.bpm.engine.impl.test.PvmTestCase |
|---|
assertTextPresent, assertTextPresentIgnoreCase |
| Methods inherited from class junit.framework.TestCase |
|---|
assertEquals, 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, runTest, setName, setUp, tearDown, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static ProcessEngine cachedProcessEngine
| Constructor Detail |
|---|
public PluggableProcessEngineTestCase()
| Method Detail |
|---|
protected void initializeProcessEngine()
initializeProcessEngine in class AbstractProcessEngineTestCasepublic static ProcessEngine getProcessEngine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||