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

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.cmmn.CmmnAwareAssertions
                  extended by org.camunda.bpm.engine.test.assertions.ProcessEngineAssertions

public class ProcessEngineAssertions
extends CmmnAwareAssertions

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

Author:
Martin Schimak , Martin Günther , Malte Sörensen
See Also:
for full Camunda BPM Assert functionality PLUS helper methods., if you only want to see BPMN related Assertions

Constructor Summary
protected ProcessEngineAssertions()
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.engine.test.assertions.cmmn.CmmnAwareAssertions
assertThat, assertThat, assertThat
 
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

ProcessEngineAssertions

protected ProcessEngineAssertions()


Copyright © 2016 camunda services GmbH. All rights reserved.