| Package | Description |
|---|---|
| org.unitils.mock.core | |
| org.unitils.mock.core.matching.impl |
| Modifier and Type | Field and Description |
|---|---|
protected BehaviorDefiningInvocations |
MockProxy.alwaysMatchingBehaviorDefiningInvocations |
protected BehaviorDefiningInvocations |
MockObject.alwaysMatchingBehaviorDefiningInvocations |
protected BehaviorDefiningInvocations |
MockProxy.oneTimeMatchingBehaviorDefiningInvocations |
protected BehaviorDefiningInvocations |
MockObject.oneTimeMatchingBehaviorDefiningInvocations |
| Modifier and Type | Method and Description |
|---|---|
protected BehaviorDefiningInvocations |
MockObject.createAlwaysMatchingBehaviorDefiningInvocations() |
protected BehaviorDefiningInvocations |
MockObject.createOneTimeMatchingBehaviorDefiningInvocations() |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected BehaviorDefiningInvocations |
BehaviorDefiningMatchingInvocationHandler.behaviorDefiningInvocations |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BehaviorDefiningMatchingInvocationHandler.addBehaviorDefiningInvocation(BehaviorDefiningInvocation behaviorDefiningInvocation,
BehaviorDefiningInvocations behaviorDefinition) |
| Constructor and Description |
|---|
BehaviorDefiningMatchingInvocationHandler(MockBehavior mockBehavior,
BehaviorDefiningInvocations behaviorDefiningInvocations,
MockFactory mockFactory) |
Copyright © 2016. All Rights Reserved.