Package io.camunda.zeebe.test
Class ProcessInstanceAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<ProcessInstanceAssert,ProcessInstanceEvent>
io.camunda.zeebe.test.ProcessInstanceAssert
- All Implemented Interfaces:
org.assertj.core.api.Assert<ProcessInstanceAssert,,ProcessInstanceEvent> org.assertj.core.api.Descriptable<ProcessInstanceAssert>,org.assertj.core.api.ExtensionPoints<ProcessInstanceAssert,ProcessInstanceEvent>
@Deprecated(since="1.3.0",
forRemoval=true)
public class ProcessInstanceAssert
extends org.assertj.core.api.AbstractAssert<ProcessInstanceAssert,ProcessInstanceEvent>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.3.0. See issue 8143 for more information.
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself, objects, throwUnsupportedExceptionOnEquals -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessInstanceAssertassertThat(ProcessInstanceEvent actual) Deprecated, for removal: This API element is subject to removal in a future version.hasCompleted(String... elementIds) Deprecated, for removal: This API element is subject to removal in a future version.hasEntered(String... elementIds) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.hasVariable(String key, Object expectedValue) Deprecated, for removal: This API element is subject to removal in a future version.isEnded()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.assertj.core.api.AbstractAssert
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, satisfiesAnyOf, satisfiesAnyOfForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnErrorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.assertj.core.api.Descriptable
as, as, as, describedAs
-
Constructor Details
-
ProcessInstanceAssert
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
assertThat
Deprecated, for removal: This API element is subject to removal in a future version. -
isEnded
Deprecated, for removal: This API element is subject to removal in a future version. -
hasPassed
Deprecated, for removal: This API element is subject to removal in a future version. -
hasEntered
Deprecated, for removal: This API element is subject to removal in a future version. -
hasCompleted
Deprecated, for removal: This API element is subject to removal in a future version. -
hasVariable
Deprecated, for removal: This API element is subject to removal in a future version.
-