Uses of Class
org.fest.assertions.ObjectGroupAssert
-
Uses of ObjectGroupAssert in org.fest.assertions
Subclasses of ObjectGroupAssert in org.fest.assertionsModifier and TypeClassDescriptionclass
Understands assertions for collections.class
Understands assertions for
s.List
class
Understands assertions forObject
arrays.Methods in org.fest.assertions that return ObjectGroupAssertModifier and TypeMethodDescriptionprotected abstract ObjectGroupAssert<T>
Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails.AssertionError
protected abstract ObjectGroupAssert<T>
ObjectGroupAssert.as
(Description description) Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails.AssertionError
protected abstract ObjectGroupAssert<T>
Verifies that the actual group of objects contains the given objects.protected abstract ObjectGroupAssert<T>
ObjectGroupAssert.containsOnly
(Object... objects) Verifies that the actual group of objects contains the given objects only, in any order.protected abstract ObjectGroupAssert<T>
ObjectGroupAssert.describedAs
(String description) Alias for
, since "as" is a keyword in Groovy.GenericAssert.as(String)
protected abstract ObjectGroupAssert<T>
ObjectGroupAssert.describedAs
(Description description) Alias for
, since "as" is a keyword in Groovy.GenericAssert.as(Description)
protected abstract ObjectGroupAssert<T>
ObjectGroupAssert.doesNotHaveDuplicates()
Verifies that the actual group of objects does not have duplicates.protected abstract ObjectGroupAssert<T>
Verifies that the actual group of objects does not contain the given objects.protected abstract ObjectGroupAssert<T>
ObjectGroupAssert.onProperty
(String propertyName) Creates a new group of objects whose target collection contains the values of the given property name from the elements of the actual group of objects.protected abstract ObjectGroupAssert<T>
ObjectGroupAssert.overridingErrorMessage
(String message) Replaces the default message displayed in case of a failure with the given one.