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