|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scenario | |
|---|---|
| org.unitils.mock.core | |
| org.unitils.mock.core.matching.impl | |
| org.unitils.mock.report | |
| org.unitils.mock.report.impl | |
| Uses of Scenario in org.unitils.mock.core |
|---|
| Fields in org.unitils.mock.core declared as Scenario | |
|---|---|
protected Scenario |
MockProxy.scenario
|
| Fields in org.unitils.mock.core with type parameters of type Scenario | |
|---|---|
protected static ThreadLocal<Scenario> |
MockObject.scenarioThreadLocal
|
| Methods in org.unitils.mock.core that return Scenario | |
|---|---|
protected Scenario |
MockObject.createScenario(Object testObject)
|
static Scenario |
MockObject.getCurrentScenario()
|
protected Scenario |
MockObject.getScenario(Object testObject)
|
| Constructors in org.unitils.mock.core with parameters of type Scenario | |
|---|---|
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)
|
|
| Uses of Scenario in org.unitils.mock.core.matching.impl |
|---|
| Fields in org.unitils.mock.core.matching.impl declared as Scenario | |
|---|---|
protected Scenario |
AssertVerifyingMatchingInvocationHandler.scenario
|
| Methods in org.unitils.mock.core.matching.impl with parameters of type Scenario | |
|---|---|
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)
|
| Constructors in org.unitils.mock.core.matching.impl with parameters of type Scenario | |
|---|---|
AssertInvokedInSequenceVerifyingMatchingInvocationHandler(Scenario scenario,
MockFactory mockFactory)
|
|
AssertInvokedVerifyingMatchingInvocationHandler(Scenario scenario,
MockFactory mockFactory)
|
|
AssertNotInvokedVerifyingMatchingInvocationHandler(Scenario scenario,
MockFactory mockFactory)
|
|
AssertVerifyingMatchingInvocationHandler(Scenario scenario,
MockFactory mockFactory)
|
|
| Uses of Scenario in org.unitils.mock.report |
|---|
| Methods in org.unitils.mock.report with parameters of type Scenario | |
|---|---|
String |
ScenarioReport.createReport(Scenario scenario)
Creates a report. |
| Uses of Scenario in org.unitils.mock.report.impl |
|---|
| Methods in org.unitils.mock.report.impl with parameters of type Scenario | |
|---|---|
String |
DefaultScenarioReport.createReport(Scenario scenario)
Creates a report. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||