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 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 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.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.
 



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