Class: matlab.mock.actions.DoNothing
Package: matlab.mock.actions
Action for mock object interaction or action subsequent to taking no action
Each call to then
accepts up to two actions. To specify more
subsequent actions, use multiple calls to then
. For example, to specify
three actions, use action1.then(action2).then(action3)
.