|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.assertj.core.api.AbstractAssert<S,A>
org.camunda.bpm.engine.test.assertions.AbstractProcessAssert<ProcessDefinitionAssert,org.camunda.bpm.engine.repository.ProcessDefinition>
org.camunda.bpm.engine.test.assertions.ProcessDefinitionAssert
public class ProcessDefinitionAssert
Assertions for a ProcessDefinition
Method Summary | |
---|---|
ProcessDefinitionAssert |
hasActiveInstances(long number)
Verifies the expectation that the ProcessDefinition currently has the
specified number of active instances, iow neither suspended nor ended instances. |
Methods inherited from class org.camunda.bpm.engine.test.assertions.AbstractProcessAssert |
---|
getActual, getLastAssert, resetLastAsserts |
Methods inherited from class org.assertj.core.api.AbstractAssert |
---|
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ProcessDefinitionAssert hasActiveInstances(long number)
ProcessDefinition
currently has the
specified number of active instances, iow neither suspended nor ended instances.
number
- the number of expected active instances
ProcessDefinitionAssert
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |