Class PrimitiveLongArraySubject


  • public final class PrimitiveLongArraySubject
    extends Subject
    A subject for long[] 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.