|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GroupAssert in org.fest.assertions |
---|
Subclasses of GroupAssert in org.fest.assertions | |
---|---|
class |
ArrayAssert<T>
Understands assertions for arrays. |
class |
BooleanArrayAssert
Understands assertion methods for boolean arrays. |
class |
ByteArrayAssert
Understands assertion methods for byte arrays. |
class |
CharArrayAssert
Understands assertion methods for char arrays. |
class |
CollectionAssert
Understands assertions for collections. |
class |
DoubleArrayAssert
Understands assertion methods for double arrays. |
class |
FloatArrayAssert
Understands assertion methods for float arrays. |
class |
IntArrayAssert
Understands assertion methods for int arrays. |
class |
ItemGroupAssert<T>
Understands a template for assertion methods related to groups of items (e.g. |
class |
ListAssert
Understands assertions for s. |
class |
LongArrayAssert
Understands assertion methods for long arrays. |
class |
MapAssert
Understands assertions for s. |
class |
ObjectArrayAssert
Understands assertions for Object arrays. |
class |
ObjectGroupAssert<T>
Understands a template for assertion methods related to arrays or collections. |
class |
ShortArrayAssert
Understands assertion methods for short arrays. |
class |
StringAssert
Understands assertion methods for String s. |
Methods in org.fest.assertions that return GroupAssert | |
---|---|
protected abstract GroupAssert<T> |
GroupAssert.as(Description description)
Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails. |
protected abstract GroupAssert<T> |
GroupAssert.as(String description)
Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails. |
protected abstract GroupAssert<T> |
GroupAssert.describedAs(Description description)
Alias for , since "as" is a keyword in
Groovy. |
protected abstract GroupAssert<T> |
GroupAssert.describedAs(String description)
Alias for , since "as" is a keyword in
Groovy. |
protected abstract GroupAssert<T> |
GroupAssert.hasSize(int expected)
Verifies that the number of values in the actual group is equal to the given one. |
protected abstract GroupAssert<T> |
GroupAssert.isNotEmpty()
Verifies that the actual group contains at least on value. |
protected abstract GroupAssert<T> |
GroupAssert.overridingErrorMessage(String message)
Replaces the default message displayed in case of a failure with the given one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |