Class InternalMatcher.ArrayMatcher

  • Enclosing class:
    InternalMatcher

    public class InternalMatcher.ArrayMatcher
    extends Object
    Array assertions
    • Method Detail

      • ofLength

        public void ofLength​(int expectedLength)
        Fails if the array has different length.
        Parameters:
        expectedLength -
      • thatContains

        public void thatContains​(Object expected)
      • isEmpty

        public void isEmpty()
      • isNotEmpty

        public void isNotEmpty()