A
- the actual typepublic class ObjectContentAssert<A> extends org.assertj.core.api.AbstractObjectAssert<ObjectContentAssert<A>,A>
Assert
for ObjectContent
.Modifier | Constructor and Description |
---|---|
protected |
ObjectContentAssert(A actual) |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.AbstractObjectArrayAssert<?,Object> |
asArray()
Verifies that the actual value is an array, and returns an array assertion, to
allow chaining of array-specific assertions from this call.
|
org.assertj.core.api.AbstractMapAssert<?,?,Object,Object> |
asMap()
Verifies that the actual value is a map, and returns a map assertion, to allow
chaining of map-specific assertions from this call.
|
as, as, extracting, extracting, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, returns, usingComparatorForFields, usingComparatorForType
asList, 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, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
protected ObjectContentAssert(A actual)
public org.assertj.core.api.AbstractObjectArrayAssert<?,Object> asArray()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.