@Generated(value="assertj-assertions-generator") public abstract class AbstractDeploymentResourceAssert<S extends AbstractDeploymentResourceAssert<S,A>,A extends DeploymentResource> extends org.assertj.core.api.AbstractObjectAssert<S,A>
DeploymentResource specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDeploymentResourceAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DeploymentResource. |
| Modifier and Type | Method and Description |
|---|---|
S |
doesNotHaveResource(byte... resource)
Verifies that the actual DeploymentResource's resource does not contain the given byte elements.
|
S |
hasNoResource()
Verifies that the actual DeploymentResource has no resource.
|
S |
hasOnlyResource(byte... resource)
Verifies that the actual DeploymentResource's resource contains only the given byte elements and nothing else in whatever order.
|
S |
hasResource(byte... resource)
Verifies that the actual DeploymentResource's resource contains the given byte elements.
|
S |
hasResourceName(String resourceName)
Verifies that the actual DeploymentResource's resourceName is equal to the given one.
|
S |
hasResourceType(ResourceType resourceType)
Verifies that the actual DeploymentResource's resourceType 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 AbstractDeploymentResourceAssert(A actual, Class<S> selfType)
AbstractDeploymentResourceAssert to make assertions on actual DeploymentResource.actual - the DeploymentResource we want to make assertions on.public S hasResource(byte... resource)
resource - the given elements that should be contained in actual DeploymentResource's resource.AssertionError - if the actual DeploymentResource's resource does not contain all given byte elements.public S hasOnlyResource(byte... resource)
resource - the given elements that should be contained in actual DeploymentResource's resource.AssertionError - if the actual DeploymentResource's resource does not contain all given byte elements and nothing else.public S doesNotHaveResource(byte... resource)
resource - the given elements that should not be in actual DeploymentResource's resource.AssertionError - if the actual DeploymentResource's resource contains any given byte elements.public S hasNoResource()
AssertionError - if the actual DeploymentResource's resource is not empty.public S hasResourceName(String resourceName)
resourceName - the given resourceName to compare the actual DeploymentResource's resourceName to.AssertionError - - if the actual DeploymentResource's resourceName is not equal to the given one.public S hasResourceType(ResourceType resourceType)
resourceType - the given resourceType to compare the actual DeploymentResource's resourceType to.AssertionError - - if the actual DeploymentResource's resourceType is not equal to the given one.Copyright © 2017–2018 camunda services GmbH. All rights reserved.