| Modifier and Type | Method and Description |
|---|---|
protected static <T> void |
ArgumentMatchers.registerArgumentMatcher(ArgumentMatcher argumentMatcher) |
| Modifier and Type | Method and Description |
|---|---|
List<ArgumentMatcher> |
ArgumentMatcherRepository.getArgumentMatchers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArgumentMatcherRepository.registerArgumentMatcher(ArgumentMatcher argumentMatcher,
int lineNr)
Registers an argument matcher at the given line nr.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyArgumentMatcher
A matcher for checking whether an argument value is of a certain type.
|
class |
DefaultArgumentMatcher
A matcher for checking whether an argument equals a given value.
|
class |
EqualsArgumentMatcher
A matcher for checking whether an argument equals a given value.
|
class |
LenEqArgumentMatcher
A matcher for checking whether an argument equals a given value.
|
class |
NotNullArgumentMatcher
A matcher that will check whether an argument is not null.
|
class |
NullArgumentMatcher
A matcher that will check whether an argument is null.
|
class |
RefEqArgumentMatcher
A matcher for checking whether an argument equals a given value.
|
class |
SameArgumentMatcher
A matcher that will check whether an argument is the same instance (object identical) as the given value.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ArgumentMatcher> |
BehaviorDefiningInvocation.argumentMatchers |
| Constructor and Description |
|---|
BehaviorDefiningInvocation(ProxyInvocation proxyInvocation,
MockBehavior mockBehavior,
List<ArgumentMatcher> argumentMatchers)
Creates a behavior defining invocation for the given prosy invocation.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ArgumentMatcher> |
MatchingInvocationBuilder.createArgumentMatchers(ProxyInvocation proxyInvocation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
MatchingInvocationHandler.handleInvocation(ProxyInvocation proxyInvocation,
List<ArgumentMatcher> argumentMatchers) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BehaviorDefiningMatchingInvocationHandler.handleInvocation(ProxyInvocation proxyInvocation,
List<ArgumentMatcher> argumentMatchers) |
Object |
AssertVerifyingMatchingInvocationHandler.handleInvocation(ProxyInvocation proxyInvocation,
List<ArgumentMatcher> argumentMatchers) |
Copyright © 2016. All Rights Reserved.