org.unitils.mock.core.matching
Interface MatchingInvocationHandler

All Known Implementing Classes:
AssertInvokedInSequenceVerifyingMatchingInvocationHandler, AssertInvokedVerifyingMatchingInvocationHandler, AssertNotInvokedVerifyingMatchingInvocationHandler, AssertVerifyingMatchingInvocationHandler, BehaviorDefiningMatchingInvocationHandler

public interface MatchingInvocationHandler


Method Summary
 Object handleInvocation(ProxyInvocation proxyInvocation, List<ArgumentMatcher> argumentMatchers)
           
 

Method Detail

handleInvocation

Object handleInvocation(ProxyInvocation proxyInvocation,
                        List<ArgumentMatcher> argumentMatchers)
                        throws Throwable
Throws:
Throwable


Copyright © 2011. All Rights Reserved.