Class ShortArrayAssert

All Implemented Interfaces:
ArraySortedAssert<AbstractArrayAssert<ShortArrayAssert,short[],Short>,Short>, Assert<ShortArrayAssert,short[]>, Descriptable<ShortArrayAssert>, EnumerableAssert<AbstractEnumerableAssert<ShortArrayAssert,short[],Short>,Short>, ExtensionPoints<ShortArrayAssert,short[]>

public class ShortArrayAssert extends AbstractShortArrayAssert<ShortArrayAssert>
Assertion methods for arrays of shorts.

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

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

    • ShortArrayAssert

      public ShortArrayAssert(short[] actual)