org.jmock.core.matcher

Class ArgumentsMatcher

Implemented Interfaces:
InvocationMatcher, SelfDescribing, Verifiable

public class ArgumentsMatcher
extends StatelessInvocationMatcher

Constructor Summary

ArgumentsMatcher(Constraint[] constraints)

Method Summary

StringBuffer
describeTo(StringBuffer buffer)
boolean
matches(Invocation invocation)

Methods inherited from class org.jmock.core.matcher.StatelessInvocationMatcher

hasDescription, invoked, verify

Constructor Details

ArgumentsMatcher

public ArgumentsMatcher(Constraint[] constraints)

Method Details

describeTo

public StringBuffer describeTo(StringBuffer buffer)
Specified by:
describeTo in interface SelfDescribing

matches

public boolean matches(Invocation invocation)
Specified by:
matches in interface InvocationMatcher