org.jmock.matcher
Class StatelessInvocationMatcher

java.lang.Object
  extended byorg.jmock.matcher.StatelessInvocationMatcher
All Implemented Interfaces:
InvocationMatcher, Verifiable
Direct Known Subclasses:
ArgumentsMatcher, MethodNameMatcher

public abstract class StatelessInvocationMatcher
extends java.lang.Object
implements InvocationMatcher


Constructor Summary
StatelessInvocationMatcher()
           
 
Method Summary
 void invoked(Invocation invocation)
           
 void verify()
          Throw an AssertionFailedException if any expectations have not been met.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jmock.InvocationMatcher
matches
 

Constructor Detail

StatelessInvocationMatcher

public StatelessInvocationMatcher()
Method Detail

invoked

public void invoked(Invocation invocation)
Specified by:
invoked in interface InvocationMatcher

verify

public void verify()
Description copied from interface: Verifiable
Throw an AssertionFailedException if any expectations have not been met.

Specified by:
verify in interface Verifiable


Copyright © 2003 jMock.org. All Rights Reserved.