Uses of Class
org.unitils.mock.core.BehaviorDefiningInvocation

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  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 and take the one with the highest matching score (identity match scores higher than an equals match).
 

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  MockBehavior MockProxy.getValidMockBehavior(ProxyInvocation proxyInvocation, BehaviorDefiningInvocation behaviorDefiningInvocation)
           
 

Constructors in org.unitils.mock.core with parameters of type BehaviorDefiningInvocation
ObservedInvocation(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
 

Fields in org.unitils.mock.core.matching.impl declared as BehaviorDefiningInvocation
protected  BehaviorDefiningInvocation BehaviorDefiningMatchingInvocationHandler.ChainedMockBehavior.behaviorDefiningInvocation
           
 

Methods in org.unitils.mock.core.matching.impl with parameters of type BehaviorDefiningInvocation
protected  void BehaviorDefiningMatchingInvocationHandler.addBehaviorDefiningInvocation(BehaviorDefiningInvocation behaviorDefiningInvocation, BehaviorDefiningInvocations behaviorDefinition)
           
protected  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)
           
 



Copyright © 2011. All Rights Reserved.