org.apache.tapestry
Class IgnoreMatcher
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IgnoreMatcher
public IgnoreMatcher()
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.