org.jmock
Interface InvocationMatcher

All Superinterfaces:
Verifiable
All Known Implementing Classes:
CallOnceMatcher, StatelessInvocationMatcher

public interface InvocationMatcher
extends Verifiable


Method Summary
 void invoked(Invocation invocation)
           
 boolean matches(Invocation invocation)
           
 
Methods inherited from interface org.jmock.expectation.Verifiable
verify
 

Method Detail

matches

public boolean matches(Invocation invocation)

invoked

public void invoked(Invocation invocation)


Copyright © 2003 jMock.org. All Rights Reserved.