net.grinder.testutility
Class MockingUtilities.TypedArgumentMatcher<T>
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.mockito.ArgumentMatcher<T>
net.grinder.testutility.MockingUtilities.TypedArgumentMatcher<T>
- All Implemented Interfaces:
- org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing
- Enclosing class:
- MockingUtilities
public abstract static class MockingUtilities.TypedArgumentMatcher<T>
- extends org.mockito.ArgumentMatcher<T>
Prettier version of ArgumentMatcher.
- Author:
- Philip Aston
| Methods inherited from class org.mockito.ArgumentMatcher |
describeTo |
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
MockingUtilities.TypedArgumentMatcher
public MockingUtilities.TypedArgumentMatcher()
matches
public final boolean matches(Object argument)
- Specified by:
matches in interface org.hamcrest.Matcher<T>- Specified by:
matches in class org.mockito.ArgumentMatcher<T>
argumentMatches
protected abstract boolean argumentMatches(T t)
Copyright © 2000-2012. All Rights Reserved.