Class ObjectAssert<ACTUAL>

java.lang.Object
org.assertj.core.api.AbstractAssert<ObjectAssert<ACTUAL>,ACTUAL>
org.assertj.core.api.AbstractObjectAssert<ObjectAssert<ACTUAL>,ACTUAL>
org.assertj.core.api.ObjectAssert<ACTUAL>
Type Parameters:
ACTUAL - the type of the "actual" value.
All Implemented Interfaces:
Assert<ObjectAssert<ACTUAL>,ACTUAL>, Descriptable<ObjectAssert<ACTUAL>>, ExtensionPoints<ObjectAssert<ACTUAL>,ACTUAL>

public class ObjectAssert<ACTUAL> extends AbstractObjectAssert<ObjectAssert<ACTUAL>,ACTUAL>
Assertion methods for Objects.

To create a new instance of this class, invoke Assertions.assertThat(Object).

Author:
Yvonne Wang, Alex Ruiz, Nicolas François, Mikhail Mazursky