org.fest.assertions.internal
Class Longs

java.lang.Object
  extended by org.fest.assertions.internal.Comparables
      extended by org.fest.assertions.internal.Numbers<Long>
          extended by org.fest.assertions.internal.Longs

public class Longs
extends Numbers<Long>

Reusable assertions for Longs.

Author:
Alex Ruiz, Joel Costigliola

Constructor Summary
Longs(org.fest.util.ComparisonStrategy comparisonStrategy)
           
 
Method Summary
static Longs instance()
          Returns the singleton instance of this class.
protected  Long zero()
           
 
Methods inherited from class org.fest.assertions.internal.Numbers
assertIsNegative, assertIsNotZero, assertIsPositive, assertIsZero
 
Methods inherited from class org.fest.assertions.internal.Comparables
areEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, getComparator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Longs

public Longs(org.fest.util.ComparisonStrategy comparisonStrategy)
Method Detail

instance

public static Longs instance()
Returns the singleton instance of this class.

Returns:
the singleton instance of this class.

zero

protected Long zero()
Specified by:
zero in class Numbers<Long>


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