| Package | Description |
|---|---|
| org.unitils.mock.core |
| Modifier and Type | Field and Description |
|---|---|
protected MatchingInvocationBuilder |
MockProxy.matchingInvocationBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<MatchingInvocationBuilder> |
MockObject.matchingInvocationBuilderThreadLocal |
| Modifier and Type | Method and Description |
|---|---|
protected MatchingInvocationBuilder |
MockObject.createMatchingInvocationBuilder() |
protected MatchingInvocationBuilder |
MockObject.getMatchingInvocationBuilder() |
| Constructor and Description |
|---|
MockProxy(String mockName,
Class<T> mockedType,
BehaviorDefiningInvocations oneTimeMatchingBehaviorDefiningInvocations,
BehaviorDefiningInvocations alwaysMatchingBehaviorDefiningInvocations,
Scenario scenario,
MatchingInvocationBuilder matchingInvocationBuilder) |
PartialMockProxy(String mockName,
Class<T> mockedType,
BehaviorDefiningInvocations oneTimeMatchingBehaviorDefiningInvocations,
BehaviorDefiningInvocations alwaysMatchingBehaviorDefiningInvocations,
Scenario scenario,
MatchingInvocationBuilder syntaxMonitor) |
Copyright © 2016. All Rights Reserved.