org.assertj.core.internal
Class Bytes

java.lang.Object
  extended by org.assertj.core.internal.Comparables
      extended by org.assertj.core.internal.Numbers<Byte>
          extended by org.assertj.core.internal.Bytes

public class Bytes
extends Numbers<Byte>

Reusable assertions for Bytes.

Author:
Alex Ruiz, Joel Costigliola

Constructor Summary
Bytes(ComparisonStrategy comparisonStrategy)
           
 
Method Summary
static Bytes instance()
          Returns the singleton instance of this class.
protected  Byte zero()
           
 
Methods inherited from class org.assertj.core.internal.Numbers
assertIsBetween, assertIsNegative, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsPositive, assertIsStrictlyBetween, assertIsZero
 
Methods inherited from class org.assertj.core.internal.Comparables
areEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, 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

Bytes

public Bytes(ComparisonStrategy comparisonStrategy)
Method Detail

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 © 2013–2015 AssertJ. All rights reserved.