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. | 
defaultTypeComparators, extracting, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, usingComparatorForFields, usingComparatorForTypeas, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, setCustomRepresentation, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorprotected ObjectContentAssert(A actual)
public org.assertj.core.api.AbstractObjectArrayAssert<?,Object> asArray()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.