|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BehaviorDefiningInvocation | |
|---|---|
| org.unitils.mock.core | |
| org.unitils.mock.core.matching.impl | |
| Uses of BehaviorDefiningInvocation in org.unitils.mock.core |
|---|
| Fields in org.unitils.mock.core with type parameters of type BehaviorDefiningInvocation | |
|---|---|
protected java.util.List<BehaviorDefiningInvocation> |
BehaviorDefiningInvocations.behaviorDefiningInvocations
|
| Methods in org.unitils.mock.core that return BehaviorDefiningInvocation | |
|---|---|
BehaviorDefiningInvocation |
ObservedInvocation.getBehaviorDefiningInvocation()
|
protected BehaviorDefiningInvocation |
MockProxy.getMatchingBehaviorDefiningInvocation(ProxyInvocation proxyInvocation)
|
BehaviorDefiningInvocation |
BehaviorDefiningInvocations.getMatchingBehaviorDefiningInvocation(ProxyInvocation proxyInvocation)
First we find all behavior defining invocations that have matching argument matchers. |
| Methods in org.unitils.mock.core with parameters of type BehaviorDefiningInvocation | |
|---|---|
void |
BehaviorDefiningInvocations.addBehaviorDefiningInvocation(BehaviorDefiningInvocation behaviorDefiningInvocation)
|
protected void |
MockProxy.assertCanExecute(MockBehavior mockBehavior,
ProxyInvocation proxyInvocation,
BehaviorDefiningInvocation behaviorDefiningInvocation)
Check whether the mock behavior can applied for this invocation |
void |
Scenario.assertInvoked(BehaviorDefiningInvocation assertInvocation)
|
void |
Scenario.assertInvokedInOrder(BehaviorDefiningInvocation assertInvocation)
|
void |
Scenario.assertNotInvoked(BehaviorDefiningInvocation assertInvocation)
|
protected java.lang.String |
Scenario.getInvokedOutOfOrderErrorMessage(BehaviorDefiningInvocation behaviorDefiningInvocation,
ObservedInvocation matchingInvocation,
ObservedInvocation outOfOrderInvocation,
java.lang.StackTraceElement assertedAt)
|
protected MockBehavior |
MockProxy.getValidMockBehavior(ProxyInvocation proxyInvocation,
BehaviorDefiningInvocation behaviorDefiningInvocation)
|
| Constructors in org.unitils.mock.core with parameters of type BehaviorDefiningInvocation | |
|---|---|
ObservedInvocation(java.lang.Object result,
ProxyInvocation proxyInvocation,
BehaviorDefiningInvocation behaviorDefiningInvocation,
MockBehavior mockBehavior)
Creates a observed invocation for the given prosy invocation. |
|
| Uses of BehaviorDefiningInvocation in org.unitils.mock.core.matching.impl |
|---|
| Methods in org.unitils.mock.core.matching.impl with parameters of type BehaviorDefiningInvocation | |
|---|---|
protected void |
BehaviorDefiningMatchingInvocationHandler.addBehaviorDefiningInvocation(BehaviorDefiningInvocation behaviorDefiningInvocation,
BehaviorDefiningInvocations behaviorDefinition)
|
protected java.lang.Object |
BehaviorDefiningMatchingInvocationHandler.createChainedMock(ProxyInvocation proxyInvocation,
BehaviorDefiningInvocation behaviorDefiningInvocation)
|
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 BehaviorDefiningInvocation | |
|---|---|
BehaviorDefiningMatchingInvocationHandler.ChainedMockBehavior(Mock<?> mock,
BehaviorDefiningInvocation behaviorDefiningInvocation)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||