org.fest.assertions.internal
Class Integers
java.lang.Object
org.fest.assertions.internal.Comparables
org.fest.assertions.internal.Numbers<Integer>
org.fest.assertions.internal.Integers
public class Integers
- extends Numbers<Integer>
Reusable assertions for Integer
s.
- Author:
- Alex Ruiz, Joel Costigliola
Constructor Summary |
Integers(org.fest.util.ComparisonStrategy comparisonStrategy)
|
Method Summary |
static Integers |
instance()
Returns the singleton instance of this class based on StandardComparisonStrategy . |
protected Integer |
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 |
Integers
public Integers(org.fest.util.ComparisonStrategy comparisonStrategy)
instance
public static Integers instance()
- Returns the singleton instance of this class based on
StandardComparisonStrategy
.
- Returns:
- the singleton instance of this class based on
StandardComparisonStrategy
.
zero
protected Integer zero()
- Specified by:
zero
in class Numbers<Integer>
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.