Uses of Interface
net.officefloor.frame.test.match.ArgumentsMatcher
-
Packages that use ArgumentsMatcher Package Description net.officefloor.frame.test net.officefloor.frame.test.match -
-
Uses of ArgumentsMatcher in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type ArgumentsMatcher Modifier and Type Method Description <T> void
MockTestSupport. recordReturn(java.lang.Object mockObject, T ignore, T recordedReturn, ArgumentsMatcher matcher)
Convenience method to record a method, anArgumentsMatcher
and return value.<T> void
OfficeFrameTestCase. recordReturn(java.lang.Object mockObject, T ignore, T recordedReturn, ArgumentsMatcher matcher)
Convenience method to record a method, anArgumentsMatcher
and return value.void
MockTestSupport. recordVoid(java.lang.Object mockObject, ArgumentsMatcher matcher)
Convenience method to record void method.void
OfficeFrameTestCase. recordVoid(java.lang.Object mockObject, ArgumentsMatcher matcher)
Convenience method to record void method. -
Uses of ArgumentsMatcher in net.officefloor.frame.test.match
Subinterfaces of ArgumentsMatcher in net.officefloor.frame.test.match Modifier and Type Interface Description interface
StubMatcher
Matcher
that provides stub functionality.
-