Class IntArrayAssert

All Implemented Interfaces:
ArraySortedAssert<AbstractArrayAssert<IntArrayAssert, int[], Integer>, Integer>, Assert<IntArrayAssert, int[]>, Descriptable<IntArrayAssert>, EnumerableAssert<AbstractEnumerableAssert<IntArrayAssert, int[], Integer>, Integer>, ExtensionPoints<IntArrayAssert, int[]>

public class IntArrayAssert extends AbstractIntArrayAssert<IntArrayAssert>
Assertion methods for arrays of ints.

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

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

    • IntArrayAssert

      public IntArrayAssert(int[] actual)
    • IntArrayAssert

      public IntArrayAssert(AtomicIntegerArray actual)