org.assertj.core.api
Class DoubleAssert

java.lang.Object
  extended by org.assertj.core.api.AbstractAssert<S,A>
      extended by org.assertj.core.api.AbstractComparableAssert<S,Double>
          extended by org.assertj.core.api.AbstractDoubleAssert<DoubleAssert>
              extended by org.assertj.core.api.DoubleAssert
All Implemented Interfaces:
Assert<DoubleAssert,Double>, ComparableAssert<DoubleAssert,Double>, Descriptable<DoubleAssert>, ExtensionPoints<DoubleAssert,Double>, FloatingPointNumberAssert<DoubleAssert,Double>, NumberAssert<DoubleAssert,Double>

public class DoubleAssert
extends AbstractDoubleAssert<DoubleAssert>

Assertion methods for Doubles.

To create an instance of this class, invoke Assertions.assertThat(Double) or Assertions.assertThat(double).

Author:
Yvonne Wang, David DIDIER, Alex Ruiz, Ansgar Konermann, Joel Costigliola, Mikhail Mazursky, Nicolas François

Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
protected DoubleAssert(Double actual)
           
 
Method Summary
 
Methods inherited from class org.assertj.core.api.AbstractDoubleAssert
isBetween, isCloseTo, isCloseTo, isEqualTo, isEqualTo, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isNaN, isNegative, isNotEqualTo, isNotNaN, isNotNegative, isNotPositive, isNotZero, isPositive, isStrictlyBetween, isZero, usingComparator, usingDefaultComparator
 
Methods inherited from class org.assertj.core.api.AbstractComparableAssert
inBinary, inHexadecimal, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo
 
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleAssert

protected DoubleAssert(Double actual)


Copyright © 2013–2015 AssertJ. All rights reserved.