org.apache.tapestry
Class IgnoreMatcher

java.lang.Object
  extended by org.apache.tapestry.IgnoreMatcher
All Implemented Interfaces:
org.apache.hivemind.test.ArgumentMatcher

public class IgnoreMatcher
extends Object
implements org.apache.hivemind.test.ArgumentMatcher

Argument matcher that is always true; useful when there's no easy to directly compare a parameter to an expectation.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
IgnoreMatcher()
           
 
Method Summary
 boolean compareArguments(Object arg0, Object arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreMatcher

public IgnoreMatcher()
Method Detail

compareArguments

public boolean compareArguments(Object arg0,
                                Object arg1)
Specified by:
compareArguments in interface org.apache.hivemind.test.ArgumentMatcher


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.