Uses of Class
org.fest.assertions.api.ObjectAssert
Packages that use ObjectAssert
-
Uses of ObjectAssert in org.fest.assertions.api
Methods in org.fest.assertions.api that return ObjectAssertModifier and TypeMethodDescriptionstatic <T> ObjectAssert<T>Assertions.assertThat(T actual) Creates a new instance of.ObjectAssertObjectAssert.isEqualsToByComparingFields(T other) Assert that the actual object is equals fields by fields to another object, inherited fields are taken into account.ObjectAssert.isLenientEqualsToByAcceptingFields(T other, String... fields) Assert that the actual object is lenient equals to given one by only comparing actual and other on the given "accepted" fields only ("accepted" fields can be inherited fields).ObjectAssert.isLenientEqualsToByIgnoringFields(T other, String... fields) Assert that the actual object is lenient equals to given one by comparing actual and other fields (including inherited fields) except the given "ignored" fields.ObjectAssert.isLenientEqualsToByIgnoringNullFields(T other) Assert that the actual object is lenient equals to given one by comparing only actual and not null other fields (including inherited fields).