Package org.virtualmock.matcher

This package contains classes related to matching arguments.

See:
          Description

Interface Summary
ArgMatcher An ArgMatcher allows different rules to be set for matching arguments to mock methods.
 

Class Summary
AlwaysMatcher An implementation of ArgMatcher that ignores the actual argument values, and always passes matching and returns true.
EqualsMatcher An implementation of ArgMatcher that uses the equals() method to perform matching.
MatcherUtils Common utilities used by ArgMatcher implementations.
 

Package org.virtualmock.matcher Description

This package contains classes related to matching arguments.



Copyright © 2003-2005 Virtual Mock. All Rights Reserved.