Uses of Class
org.unitils.mock.core.matching.MatchingInvocationBuilder

Packages that use MatchingInvocationBuilder
org.unitils.mock.core   
 

Uses of MatchingInvocationBuilder in org.unitils.mock.core
 

Fields in org.unitils.mock.core declared as MatchingInvocationBuilder
protected  MatchingInvocationBuilder MockProxy.matchingInvocationBuilder
           
 

Fields in org.unitils.mock.core with type parameters of type MatchingInvocationBuilder
protected static ThreadLocal<MatchingInvocationBuilder> MockObject.matchingInvocationBuilderThreadLocal
           
 

Methods in org.unitils.mock.core that return MatchingInvocationBuilder
protected  MatchingInvocationBuilder MockObject.createMatchingInvocationBuilder()
           
protected  MatchingInvocationBuilder MockObject.getMatchingInvocationBuilder()
           
 

Constructors in org.unitils.mock.core with parameters of type MatchingInvocationBuilder
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)
           
 



Copyright © 2011. All Rights Reserved.