Uses of Class
org.fest.assertions.GroupAssert

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 Lists.
 class LongArrayAssert
          Understands assertion methods for long arrays.
 class MapAssert
          Understands assertions for Maps.
 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 Strings.
 

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 AssertionError 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 AssertionError thrown when an assertion fails.
protected abstract  GroupAssert<T> GroupAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
protected abstract  GroupAssert<T> GroupAssert.describedAs(String description)
          Alias for GenericAssert.as(String), 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.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.