Class DoubleArrayAssert

All Implemented Interfaces:
ArraySortedAssert<AbstractArrayAssert<DoubleArrayAssert,double[],Double>,Double>, Assert<DoubleArrayAssert,double[]>, Descriptable<DoubleArrayAssert>, EnumerableAssert<AbstractEnumerableAssert<DoubleArrayAssert,double[],Double>,Double>, ExtensionPoints<DoubleArrayAssert,double[]>

public class DoubleArrayAssert extends AbstractDoubleArrayAssert<DoubleArrayAssert>
Assertion methods for arrays of doubles.

To create an instance of this class, invoke Assertions.assertThat(double[]).

Author:
Yvonne Wang, Alex Ruiz, Joel Costigliola, Mikhail Mazursky, Nicolas François
  • Constructor Details

    • DoubleArrayAssert

      public DoubleArrayAssert(double[] actual)