| Package | Description |
|---|---|
| org.unitils.mock.core | |
| org.unitils.mock.core.matching.impl | |
| org.unitils.mock.report | |
| org.unitils.mock.report.impl |
| Modifier and Type | Field and Description |
|---|---|
protected Scenario |
MockProxy.scenario |
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<Scenario> |
MockObject.scenarioThreadLocal |
| Modifier and Type | Method and Description |
|---|---|
protected Scenario |
MockObject.createScenario(Object testObject) |
static Scenario |
MockObject.getCurrentScenario() |
protected Scenario |
MockObject.getScenario(Object testObject) |
| 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 Scenario |
AssertVerifyingMatchingInvocationHandler.scenario |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AssertVerifyingMatchingInvocationHandler.performAssertion(Scenario scenario,
BehaviorDefiningInvocation behaviorDefiningInvocation) |
protected void |
AssertNotInvokedVerifyingMatchingInvocationHandler.performAssertion(Scenario scenario,
BehaviorDefiningInvocation behaviorDefiningInvocation) |
protected void |
AssertInvokedVerifyingMatchingInvocationHandler.performAssertion(Scenario scenario,
BehaviorDefiningInvocation behaviorDefiningInvocation) |
protected void |
AssertInvokedInSequenceVerifyingMatchingInvocationHandler.performAssertion(Scenario scenario,
BehaviorDefiningInvocation behaviorDefiningInvocation) |
| Constructor and Description |
|---|
AssertInvokedInSequenceVerifyingMatchingInvocationHandler(Scenario scenario,
MockFactory mockFactory) |
AssertInvokedVerifyingMatchingInvocationHandler(Scenario scenario,
MockFactory mockFactory) |
AssertNotInvokedVerifyingMatchingInvocationHandler(Scenario scenario,
MockFactory mockFactory) |
AssertVerifyingMatchingInvocationHandler(Scenario scenario,
MockFactory mockFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
ScenarioReport.createReport(Scenario scenario)
Creates a report.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultScenarioReport.createReport(Scenario scenario)
Creates a report.
|
Copyright © 2016. All Rights Reserved.