org.unitils.mock.core.matching
Interface MatchingInvocationHandler

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

public interface MatchingInvocationHandler


Method Summary
 java.lang.Object handleInvocation(ProxyInvocation proxyInvocation, java.util.List<ArgumentMatcher> argumentMatchers)
           
 

Method Detail

handleInvocation

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


Copyright © 2009. All Rights Reserved.