org.jmock.matcher
Class ArgumentsMatcher

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

public class ArgumentsMatcher
extends StatelessInvocationMatcher


Constructor Summary
ArgumentsMatcher(Constraint[] constraints)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 Constraint[] getConstraints()
           
 boolean matches(Invocation invocation)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jmock.matcher.StatelessInvocationMatcher
invoked, verify
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgumentsMatcher

public ArgumentsMatcher(Constraint[] constraints)
Method Detail

matches

public boolean matches(Invocation invocation)

getConstraints

public Constraint[] getConstraints()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)


Copyright © 2003 jMock.org. All Rights Reserved.