Main Content
withExactInputs
Class: matlab.mock.MethodCallBehavior
Namespace: matlab.mock
Specify mock object method call with only object as input
Syntax
callBehavior = withExactInputs(behavior)
Description
callBehavior = withExactInputs(
returns a
behavior
)MethodCallBehavior
object to define behavior when mock object method
is called with only the object as an input.
Input Arguments
Examples
Version History
Introduced in R2017a