Class 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
  • Constructor Details

    • DoubleAssert

      public DoubleAssert(Double actual)
    • DoubleAssert

      public DoubleAssert(double actual)