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

Packages that use BehaviorDefiningInvocations
org.unitils.mock.core   
org.unitils.mock.core.matching.impl   
 

Uses of BehaviorDefiningInvocations in org.unitils.mock.core
 

Fields in org.unitils.mock.core declared as BehaviorDefiningInvocations
protected  BehaviorDefiningInvocations MockProxy.alwaysMatchingBehaviorDefiningInvocations
           
protected  BehaviorDefiningInvocations MockObject.alwaysMatchingBehaviorDefiningInvocations
           
protected  BehaviorDefiningInvocations MockProxy.oneTimeMatchingBehaviorDefiningInvocations
           
protected  BehaviorDefiningInvocations MockObject.oneTimeMatchingBehaviorDefiningInvocations
           
 

Methods in org.unitils.mock.core that return BehaviorDefiningInvocations
protected  BehaviorDefiningInvocations MockObject.createAlwaysMatchingBehaviorDefiningInvocations()
           
protected  BehaviorDefiningInvocations MockObject.createOneTimeMatchingBehaviorDefiningInvocations()
           
 

Constructors in org.unitils.mock.core with parameters of type BehaviorDefiningInvocations
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 BehaviorDefiningInvocations in org.unitils.mock.core.matching.impl
 

Fields in org.unitils.mock.core.matching.impl declared as BehaviorDefiningInvocations
protected  BehaviorDefiningInvocations BehaviorDefiningMatchingInvocationHandler.behaviorDefiningInvocations
           
 

Methods in org.unitils.mock.core.matching.impl with parameters of type BehaviorDefiningInvocations
protected  void BehaviorDefiningMatchingInvocationHandler.addBehaviorDefiningInvocation(BehaviorDefiningInvocation behaviorDefiningInvocation, BehaviorDefiningInvocations behaviorDefinition)
           
 

Constructors in org.unitils.mock.core.matching.impl with parameters of type BehaviorDefiningInvocations
BehaviorDefiningMatchingInvocationHandler(MockBehavior mockBehavior, BehaviorDefiningInvocations behaviorDefiningInvocations, MockFactory mockFactory)
           
 



Copyright © 2011. All Rights Reserved.