public class InvocationOnMockMatcher extends MatcherBuilder<org.mockito.invocation.InvocationOnMock,InvocationOnMockMatcher>
| Constructor and Description |
|---|
InvocationOnMockMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static InvocationOnMockMatcher |
invocation() |
InvocationOnMockMatcher |
ofMethod(org.hamcrest.Matcher<java.lang.reflect.Method> methodMatcher) |
InvocationOnMockMatcher |
over(org.hamcrest.Matcher<java.lang.Object> mockMatcher) |
<T> InvocationOnMockMatcher |
withArguments(org.hamcrest.Matcher<java.lang.Iterable<? super T>> argumentsMatcher) |
describeTo, matches, withpublic static InvocationOnMockMatcher invocation()
public InvocationOnMockMatcher over(org.hamcrest.Matcher<java.lang.Object> mockMatcher)
public InvocationOnMockMatcher ofMethod(org.hamcrest.Matcher<java.lang.reflect.Method> methodMatcher)
public <T> InvocationOnMockMatcher withArguments(org.hamcrest.Matcher<java.lang.Iterable<? super T>> argumentsMatcher)