Package net.officefloor.frame.test.match
Interface StubMatcher
- All Superinterfaces:
ArgumentsMatcher
Matcher that provides stub functionality.- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
stub
Override to provide stub functionality.- Parameters:
arguments- Arguments to method.
-
matches
Description copied from interface:ArgumentsMatcherIndicates if the arguments are as expected.- Specified by:
matchesin interfaceArgumentsMatcher- Parameters:
actual- Arguments.- Returns:
- If matches.
-