Package net.officefloor.frame.test.match
Interface ArgumentsMatcher
-
- All Known Subinterfaces:
StubMatcher
public interface ArgumentsMatcher
Arguments matcher.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(java.lang.Object[] actual)
Indicates if the arguments are as expected.
-