Class ProcessDefinitionAssert

java.lang.Object
org.assertj.core.api.AbstractAssert<S,A>
org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert<ProcessDefinitionAssert,org.camunda.bpm.engine.repository.ProcessDefinition>
org.camunda.bpm.engine.test.assertions.bpmn.ProcessDefinitionAssert
All Implemented Interfaces:
org.assertj.core.api.Assert<ProcessDefinitionAssert,org.camunda.bpm.engine.repository.ProcessDefinition>, org.assertj.core.api.Descriptable<ProcessDefinitionAssert>, org.assertj.core.api.ExtensionPoints<ProcessDefinitionAssert,org.camunda.bpm.engine.repository.ProcessDefinition>

public class ProcessDefinitionAssert extends AbstractProcessAssert<ProcessDefinitionAssert,org.camunda.bpm.engine.repository.ProcessDefinition>
Assertions for a ProcessDefinition.
  • Field Summary

    Fields inherited from class org.camunda.bpm.engine.test.assertions.bpmn.AbstractProcessAssert

    engine

    Fields inherited from class org.assertj.core.api.AbstractAssert

    actual, info, myself, objects, throwUnsupportedExceptionOnEquals
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    ProcessDefinitionAssert(org.camunda.bpm.engine.ProcessEngine engine, org.camunda.bpm.engine.repository.ProcessDefinition actual)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static ProcessDefinitionAssert
    assertThat(org.camunda.bpm.engine.ProcessEngine engine, org.camunda.bpm.engine.repository.ProcessDefinition actual)
     
    protected org.camunda.bpm.engine.repository.ProcessDefinition
     
    hasActiveInstances(long number)
    Verifies the expectation that the ProcessDefinition currently has the specified number of active instances, iow neither suspended nor ended instances.
    protected org.camunda.bpm.engine.repository.ProcessDefinitionQuery
     
    protected org.camunda.bpm.engine.runtime.ProcessInstanceQuery
     
    protected String
    toString(org.camunda.bpm.engine.repository.ProcessDefinition processDefinition)
     

    Methods inherited from class org.assertj.core.api.AbstractAssert

    areEqual, asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isElementOfCustomAssert, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOfForProxy, satisfiesForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveAssertion, usingRecursiveAssertion, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnError

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.assertj.core.api.Descriptable

    as, as, as, describedAs
  • Constructor Details

    • ProcessDefinitionAssert

      protected ProcessDefinitionAssert(org.camunda.bpm.engine.ProcessEngine engine, org.camunda.bpm.engine.repository.ProcessDefinition actual)
  • Method Details