|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectAssert | |
---|---|
org.fest.assertions.api |
Uses of ObjectAssert in org.fest.assertions.api |
---|
Methods in org.fest.assertions.api that return ObjectAssert | ||
---|---|---|
static
|
Assertions.assertThat(T actual)
Creates a new instance of . |
|
ObjectAssert<T> |
ObjectAssert.isEqualsToByComparingFields(T other)
Assert that the actual object is equals fields by fields to another object. |
|
ObjectAssert<T> |
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. |
|
ObjectAssert<T> |
ObjectAssert.isLenientEqualsToByIgnoringFields(T other,
String... fields)
Assert that the actual object is lenient equals to given one by comparing actual and other fields except the given "ignored" fields. |
|
ObjectAssert<T> |
ObjectAssert.isLenientEqualsToByIgnoringNullFields(T other)
Assert that the actual object is lenient equals to given one by only comparing actual and not null other fields. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |