Uses of Class
org.fest.assertions.Assert

Uses of Assert in org.fest.assertions
 

Subclasses of Assert in org.fest.assertions
 class ArrayAssert<T>
          Understands assertions for arrays.
 class BigDecimalAssert
          Understands assertion methods for BigDecimal.
 class BooleanArrayAssert
          Understands assertion methods for boolean arrays.
 class BooleanAssert
          Understands assertion methods for boolean values.
 class ByteArrayAssert
          Understands assertion methods for byte arrays.
 class ByteAssert
          Understands assertion methods for bytes.
 class CharArrayAssert
          Understands assertion methods for char arrays.
 class CharAssert
          Understands assertion methods for chars.
 class CollectionAssert
          Understands assertions for collections.
 class ComparableAssert<T extends Comparable<T>>
          Understands a template for assertion methods, applicable to Comparables.
 class DoubleArrayAssert
          Understands assertion methods for double arrays.
 class DoubleAssert
          Understands Assertion methods for Double.
 class FileAssert
          Understands assertion methods for File.
 class FloatArrayAssert
          Understands assertion methods for float arrays.
 class FloatAssert
          Understands assertion methods for floats.
 class GenericAssert<T>
          Understands a template for assertion methods.
 class GroupAssert<T>
          Understands a template for assertion methods related to arrays or collections.
 class ImageAssert
          Understands assertion methods for images.
 class IntArrayAssert
          Understands assertion methods for int arrays.
 class IntAssert
          Understands assert method for ints.
 class ListAssert
          Understands assertions for Lists.
 class LongArrayAssert
          Understands assertion methods for long arrays.
 class LongAssert
          Understands assertion methods for longs.
 class MapAssert
          Understands assertions for Maps.
 class ObjectArrayAssert
          Understands assertions for Object arrays.
 class ObjectAssert
          Understands assertion methods for objects.
 class PrimitiveAssert
          Understands a template for assertion methods for primitive values.
 class ShortArrayAssert
          Understands assertion methods for short arrays.
 class ShortAssert
          Understands assertion methods for shorts.
 class StringAssert
          Understands assertion methods for Strings.
 class ThrowableAssert
          Understands assertion methods for Throwable.
 



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