Class MockObjectMatcher

  • All Implemented Interfaces:
    org.hamcrest.Matcher<Object>, org.hamcrest.SelfDescribing

    public class MockObjectMatcher
    extends org.hamcrest.BaseMatcher<Object>
    • Constructor Detail

      • MockObjectMatcher

        public MockObjectMatcher​(Object mockObject)
    • Method Detail

      • matches

        public boolean matches​(Object o)
      • describeTo

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