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 Booleans and booleans.
 class ByteArrayAssert
          Understands assertion methods for byte arrays.
 class ByteAssert
          Understands assertion methods for Bytes and bytes.
 class CharArrayAssert
          Understands assertion methods for char arrays.
 class CharAssert
          Understands assertion methods for Characters and 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 Doubles and doubles.
 class FileAssert
          Understands assertion methods for File.
 class FloatArrayAssert
          Understands assertion methods for float arrays.
 class FloatAssert
          Understands assertion methods for Floats and floats.
 class GenericAssert<T>
          Understands a template for assertion methods.
 class GroupAssert<T>
          Understands a template for assertion methods related to classes representing groups of values.
 class ImageAssert
          Understands assertion methods for images.
 class IntArrayAssert
          Understands assertion methods for int arrays.
 class IntAssert
          Understands assert method for Integers and ints.
 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 LongAssert
          Understands assertion methods for Longs and longs.
 class MapAssert
          Understands assertions for Maps.
 class ObjectArrayAssert
          Understands assertions for Object arrays.
 class ObjectAssert
          Understands assertion methods for objects.
 class ObjectGroupAssert<T>
          Understands a template for assertion methods related to arrays or collections.
 class ShortArrayAssert
          Understands assertion methods for short arrays.
 class ShortAssert
          Understands assertion methods for Shorts and shorts.
 class StringAssert
          Understands assertion methods for Strings.
 class ThrowableAssert
          Understands assertion methods for Throwable.
 



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