Uses of Interface
org.fest.assertions.NumberAssert

Uses of NumberAssert in org.fest.assertions
 

Classes in org.fest.assertions that implement NumberAssert
 class BigDecimalAssert
          Understands assertion methods for BigDecimal.
 class ByteAssert
          Understands assertion methods for Bytes and bytes.
 class DoubleAssert
          Understands Assertion methods for Doubles and doubles.
 class FloatAssert
          Understands assertion methods for Floats and floats.
 class IntAssert
          Understands assert method for Integers and ints.
 class LongAssert
          Understands assertion methods for Longs and longs.
 class ShortAssert
          Understands assertion methods for Shorts and shorts.
 

Methods in org.fest.assertions that return NumberAssert
 NumberAssert NumberAssert.isNegative()
          Verifies that the actual number is negative.
 NumberAssert NumberAssert.isPositive()
          Verifies that the actual number is positive.
 NumberAssert NumberAssert.isZero()
          Verifies that the actual number is equal to zero.
 



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