Main Content

matlab.mock.history.SuccessfulMethodCall Class

Namespace: matlab.mock.history
Superclasses: matlab.mock.history.MethodCall

Representation of successful mock object method call

Description

A matlab.mock.history.SuccessfulMethodCall object represents the call to a mock object method that ran to completion. The mocking framework instantiates this class. You do not need to create an object of the class directly.

Class Attributes

Sealed
true

For information on class attributes, see Class Attributes.

Properties

expand all

Name of the mock object method, returned as a string scalar.

Attributes:

GetAccess
public
SetAccess
immutable

Inputs passed to the mock object method, returned as a cell vector.

Attributes:

GetAccess
public
SetAccess
immutable

Outputs returned from the mock object method, returned as a cell vector.

Attributes:

GetAccess
public
SetAccess
immutable

Version History

Introduced in R2018a