@Generated(value="assertj-assertions-generator") public abstract class AbstractHeadersAssert<S extends AbstractHeadersAssert<S,A>,A extends Headers> extends org.assertj.core.api.AbstractObjectAssert<S,A>
Headers specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHeadersAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual Headers. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasBpmnProcessId(String bpmnProcessId)
Verifies that the actual Headers's bpmnProcessId is equal to the given one.
|
S |
hasElementId(String elementId)
Verifies that the actual Headers's elementId is equal to the given one.
|
S |
hasElementInstanceKey(long elementInstanceKey)
Verifies that the actual Headers's elementInstanceKey is equal to the given one.
|
S |
hasWorkflowDefinitionVersion(int workflowDefinitionVersion)
Verifies that the actual Headers's workflowDefinitionVersion is equal to the given one.
|
S |
hasWorkflowInstanceKey(long workflowInstanceKey)
Verifies that the actual Headers's workflowInstanceKey is equal to the given one.
|
S |
hasWorkflowKey(long workflowKey)
Verifies that the actual Headers's workflowKey is equal to the given one.
|
as, as, extracting, extracting, extracting, getComparatorsByType, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, newObjectAssert, returns, usingComparatorForFields, usingComparatorForTypeasList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorprotected AbstractHeadersAssert(A actual, Class<S> selfType)
AbstractHeadersAssert to make assertions on actual Headers.actual - the Headers we want to make assertions on.public S hasBpmnProcessId(String bpmnProcessId)
bpmnProcessId - the given bpmnProcessId to compare the actual Headers's bpmnProcessId to.AssertionError - - if the actual Headers's bpmnProcessId is not equal to the given one.public S hasElementId(String elementId)
elementId - the given elementId to compare the actual Headers's elementId to.AssertionError - - if the actual Headers's elementId is not equal to the given one.public S hasElementInstanceKey(long elementInstanceKey)
elementInstanceKey - the given elementInstanceKey to compare the actual Headers's elementInstanceKey to.AssertionError - - if the actual Headers's elementInstanceKey is not equal to the given one.public S hasWorkflowDefinitionVersion(int workflowDefinitionVersion)
workflowDefinitionVersion - the given workflowDefinitionVersion to compare the actual Headers's workflowDefinitionVersion to.AssertionError - - if the actual Headers's workflowDefinitionVersion is not equal to the given one.public S hasWorkflowInstanceKey(long workflowInstanceKey)
workflowInstanceKey - the given workflowInstanceKey to compare the actual Headers's workflowInstanceKey to.AssertionError - - if the actual Headers's workflowInstanceKey is not equal to the given one.public S hasWorkflowKey(long workflowKey)
workflowKey - the given workflowKey to compare the actual Headers's workflowKey to.AssertionError - - if the actual Headers's workflowKey is not equal to the given one.Copyright © 2017–2019 camunda services GmbH. All rights reserved.