Class PrimitiveIntArraySubject


  • public final class PrimitiveIntArraySubject
    extends Subject
    A subject for int[] values.
    • Method Detail

      • isEmpty

        public void isEmpty()
        Checks that the actual array is empty (i.e., that array.length == 0).
      • isNotEmpty

        public void isNotEmpty()
        Checks that the actual array is not empty (i.e., that array.length > 0).
      • hasLength

        public void hasLength​(int length)
        Checks that the actual array has the given length.