Uses of Interface
org.unitils.mock.core.matching.MatchingInvocationHandler

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

Uses of MatchingInvocationHandler in org.unitils.mock.core
 

Methods in org.unitils.mock.core that return MatchingInvocationHandler
protected  MatchingInvocationHandler MockObject.createAlwaysMatchingBehaviorDefiningMatchingInvocationHandler(MockBehavior mockBehavior)
           
protected  MatchingInvocationHandler MockObject.createAssertInvokedInSequenceVerifyingMatchingInvocationHandler()
           
protected  MatchingInvocationHandler MockObject.createAssertInvokedVerifyingMatchingInvocationHandler()
           
protected  MatchingInvocationHandler MockObject.createAssertNotInvokedVerifyingMatchingInvocationHandler()
           
protected  MatchingInvocationHandler MockObject.createOneTimeMatchingBehaviorDefiningMatchingInvocationHandler(MockBehavior mockBehavior)
           
 

Methods in org.unitils.mock.core with parameters of type MatchingInvocationHandler
protected  T MockObject.startMatchingInvocation(MatchingInvocationHandler matchingInvocationHandler)
           
 

Uses of MatchingInvocationHandler in org.unitils.mock.core.matching
 

Fields in org.unitils.mock.core.matching declared as MatchingInvocationHandler
protected  MatchingInvocationHandler MatchingInvocationBuilder.matchingInvocationHandler
           
 

Methods in org.unitils.mock.core.matching with parameters of type MatchingInvocationHandler
protected  Object MatchingInvocationBuilder.handleProxyInvocation(ProxyInvocation proxyInvocation, MatchingInvocationHandler matchingInvocationHandler)
           
<T> T
MatchingInvocationBuilder.startMatchingInvocation(String mockName, Class<T> mockedType, MatchingInvocationHandler matchingInvocationHandler)
           
 

Constructors in org.unitils.mock.core.matching with parameters of type MatchingInvocationHandler
MatchingInvocationBuilder.InvocationHandler(MatchingInvocationHandler matchingInvocationHandler)
           
 

Uses of MatchingInvocationHandler in org.unitils.mock.core.matching.impl
 

Classes in org.unitils.mock.core.matching.impl that implement MatchingInvocationHandler
 class AssertInvokedInSequenceVerifyingMatchingInvocationHandler
           
 class AssertInvokedVerifyingMatchingInvocationHandler
           
 class AssertNotInvokedVerifyingMatchingInvocationHandler
           
 class AssertVerifyingMatchingInvocationHandler
           
 class BehaviorDefiningMatchingInvocationHandler
           
 



Copyright © 2011. All Rights Reserved.