| Package | Description |
|---|---|
| org.unitils.mock.core | |
| org.unitils.mock.core.matching | |
| org.unitils.mock.core.matching.impl |
| Modifier and Type | Method and Description |
|---|---|
protected MatchingInvocationHandler |
MockObject.createAlwaysMatchingBehaviorDefiningMatchingInvocationHandler(MockBehavior mockBehavior) |
protected MatchingInvocationHandler |
MockObject.createAssertInvokedInSequenceVerifyingMatchingInvocationHandler() |
protected MatchingInvocationHandler |
MockObject.createAssertInvokedVerifyingMatchingInvocationHandler() |
protected MatchingInvocationHandler |
MockObject.createAssertNotInvokedVerifyingMatchingInvocationHandler() |
protected MatchingInvocationHandler |
MockObject.createOneTimeMatchingBehaviorDefiningMatchingInvocationHandler(MockBehavior mockBehavior) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
MockObject.startMatchingInvocation(MatchingInvocationHandler matchingInvocationHandler) |
| Modifier and Type | Field and Description |
|---|---|
protected MatchingInvocationHandler |
MatchingInvocationBuilder.matchingInvocationHandler |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
MatchingInvocationBuilder.handleProxyInvocation(ProxyInvocation proxyInvocation,
MatchingInvocationHandler matchingInvocationHandler) |
<T> T |
MatchingInvocationBuilder.startMatchingInvocation(String mockName,
Class<T> mockedType,
MatchingInvocationHandler matchingInvocationHandler) |
| Constructor and Description |
|---|
MatchingInvocationBuilder.InvocationHandler(MatchingInvocationHandler matchingInvocationHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssertInvokedInSequenceVerifyingMatchingInvocationHandler |
class |
AssertInvokedVerifyingMatchingInvocationHandler |
class |
AssertNotInvokedVerifyingMatchingInvocationHandler |
class |
AssertVerifyingMatchingInvocationHandler |
class |
BehaviorDefiningMatchingInvocationHandler |
Copyright © 2016. All Rights Reserved.