org.hamcrest.Matcher<Object>
org.hamcrest.SelfDescribing
public class MockObjectMatcher extends org.hamcrest.BaseMatcher<Object>
MockObjectMatcher(Object mockObject)
void
describeTo(org.hamcrest.Description description)
boolean
matches(Object o)
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public MockObjectMatcher(Object mockObject)
public boolean matches(Object o)
public void describeTo(org.hamcrest.Description description)
Copyright © 2003–2018 jMock. All rights reserved.