Class BaseExpectations.StringArrayMatcher

  • All Implemented Interfaces:
    org.hamcrest.Matcher<java.lang.String[]>, org.hamcrest.SelfDescribing
    Enclosing class:
    BaseExpectations

    public final class BaseExpectations.StringArrayMatcher
    extends org.hamcrest.BaseMatcher<java.lang.String[]>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void describeTo​(org.hamcrest.Description description)  
      boolean matches​(java.lang.Object item)  
      • Methods inherited from class org.hamcrest.BaseMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • matches

        public boolean matches​(java.lang.Object item)
      • describeTo

        public void describeTo​(org.hamcrest.Description description)