org.camunda.bpm.engine.test.assertions
Class ProcessEngineTests

java.lang.Object
  extended by org.assertj.core.api.Assertions
      extended by org.camunda.bpm.engine.test.assertions.bpmn.AbstractAssertions
          extended by org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareAssertions
              extended by org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
                  extended by org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
                      extended by org.camunda.bpm.engine.test.assertions.ProcessEngineTests

public class ProcessEngineTests
extends CmmnAwareTests

Convenience class to access all available Camunda BPM related Assertions PLUS helper methods. Use it with a static import: import static org.camunda.bpm.engine.test.assertions.ProcessEngineTests.*;

Author:
Martin Schimak , Martin Günther , Malte Sörensen
See Also:
if you only want to see BPMN related functionality

Constructor Summary
protected ProcessEngineTests()
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareTests
assertThat, assertThat, assertThat, caseDefinitionQuery, caseExecution, caseExecution, caseExecutionQuery, caseInstanceQuery, caseService, complete, complete, disable, manuallyStart, withVariables
 
Methods inherited from class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareTests
authorizationService, calledProcessInstance, calledProcessInstance, calledProcessInstance, calledProcessInstance, calledProcessInstance, calledProcessInstance, claim, complete, complete, execute, executionQuery, formService, historyService, identityService, job, job, job, job, job, job, jobQuery, managementService, processDefinition, processDefinition, processDefinition, processDefinition, processDefinitionQuery, processInstanceQuery, repositoryService, runtimeService, task, task, task, task, task, task, taskQuery, taskService, unclaim
 
Methods inherited from class org.camunda.bpm.engine.test.assertions.bpmn.BpmnAwareAssertions
assertThat, assertThat, assertThat, assertThat
 
Methods inherited from class org.camunda.bpm.engine.test.assertions.bpmn.AbstractAssertions
assertApi, init, processEngine, reset, supportsApi
 
Methods inherited from class org.assertj.core.api.Assertions
allOf, allOf, anyOf, anyOf, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, atIndex, contentOf, contentOf, contentOf, doesNotHave, entry, extractProperty, extractProperty, fail, fail, failBecauseExceptionWasNotThrown, filter, filter, linesOf, linesOf, linesOf, not, offset, offset, registerCustomDateFormat, registerCustomDateFormat, setAllowExtractingPrivateFields, setRemoveAssertJRelatedElementsFromStackTrace, tuple, useDateFormat, useDateFormat, useDefaultDateFormats, useDefaultDateFormatsOnly, useIsoDateFormat, useIsoDateTimeFormat, useIsoDateTimeWithMsFormat, within, within, within
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessEngineTests

protected ProcessEngineTests()


Copyright © 2016 camunda services GmbH. All rights reserved.