public class MockObjectMatcher
extends org.hamcrest.BaseMatcher<java.lang.Object>
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
mockObject |
Constructor and Description |
---|
MockObjectMatcher(java.lang.Object mockObject) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(java.lang.Object o) |