public interface ArgumentMatcher
| Modifier and Type | Interface and Description |
|---|---|
static class |
ArgumentMatcher.MatchResult |
| Modifier and Type | Method and Description |
|---|---|
ArgumentMatcher.MatchResult |
matches(Object argument,
Object argumentAtInvocationTime)
Returns true if the given object matches this object's expected argument, false otherwise.
|
ArgumentMatcher.MatchResult matches(Object argument, Object argumentAtInvocationTime)
argument - The argument that was used by reference, not nullargumentAtInvocationTime - Copy of the argument, taken at the time that the invocation was performed, not nullCopyright © 2016. All Rights Reserved.