Uses of Class
org.fest.assertions.PrimitiveAssert

Uses of PrimitiveAssert in org.fest.assertions
 

Subclasses of PrimitiveAssert in org.fest.assertions
 class BooleanAssert
          Understands assertion methods for boolean values.
 class ByteAssert
          Understands assertion methods for bytes.
 class CharAssert
          Understands assertion methods for chars.
 class DoubleAssert
          Understands Assertion methods for Double.
 class FloatAssert
          Understands assertion methods for floats.
 class IntAssert
          Understands assert method for ints.
 class LongAssert
          Understands assertion methods for longs.
 class ShortAssert
          Understands assertion methods for shorts.
 

Methods in org.fest.assertions that return PrimitiveAssert
protected abstract  PrimitiveAssert PrimitiveAssert.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  PrimitiveAssert PrimitiveAssert.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  PrimitiveAssert PrimitiveAssert.describedAs(Description description)
          Alias for as(Description), since "as" is a keyword in Groovy.
protected abstract  PrimitiveAssert PrimitiveAssert.describedAs(String description)
          Alias for as(String), since "as" is a keyword in Groovy.
protected abstract  PrimitiveAssert PrimitiveAssert.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.