Package net.officefloor.frame.test.match
Interface Match
-
public interface Match
Match interface for a parameter of theParameterMatcher
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isMatch(java.lang.Object expected, java.lang.Object actual)
Flags whether matches.
-