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[]).

  • Constructor Details

    • IntArrayAssert

      public IntArrayAssert(int[] actual)
    • IntArrayAssert

      public IntArrayAssert(AtomicIntegerArray actual)