org.fest.assertions.internal
Class Longs
java.lang.Object
org.fest.assertions.internal.Comparables
org.fest.assertions.internal.Numbers<Long>
org.fest.assertions.internal.Longs
public class Longs
- extends Numbers<Long>
Reusable assertions for Long
s.
- 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.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 |
Longs
public Longs(org.fest.util.ComparisonStrategy comparisonStrategy)
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.