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> voidMockTestSupport. recordReturn(java.lang.Object mockObject, T ignore, T recordedReturn, ArgumentsMatcher matcher)Convenience method to record a method, anArgumentsMatcherand return value.<T> voidOfficeFrameTestCase. recordReturn(java.lang.Object mockObject, T ignore, T recordedReturn, ArgumentsMatcher matcher)Convenience method to record a method, anArgumentsMatcherand return value.voidMockTestSupport. recordVoid(java.lang.Object mockObject, ArgumentsMatcher matcher)Convenience method to record void method.voidOfficeFrameTestCase. 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 interfaceStubMatcherMatcherthat provides stub functionality.
-