Uses of Class
org.fest.assertions.ObjectGroupAssert
-
Uses of ObjectGroupAssert in org.fest.assertions
Subclasses of ObjectGroupAssert in org.fest.assertionsModifier and TypeClassDescriptionclassUnderstands assertions for collections.classUnderstands assertions fors.ListclassUnderstands assertions forObjectarrays.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 anythrown when an assertion fails.AssertionErrorprotected abstract ObjectGroupAssert<T>ObjectGroupAssert.as(Description description) Sets the description of the actual value, to be used in as message of anythrown when an assertion fails.AssertionErrorprotected 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.