public abstract static class MockingUtilities.TypedArgumentMatcher<T>
extends org.mockito.ArgumentMatcher<T>
ArgumentMatcher
.Constructor and Description |
---|
MockingUtilities.TypedArgumentMatcher() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
argumentMatches(T t) |
boolean |
matches(Object argument) |
Copyright © 2000-2014. All Rights Reserved.