Package: matlab.mock
Interface for mock object interaction history
matlab.mock.InteractionHistory
is the interface for representing interactions with mock objects. Interactions include method calls, property modifications, and property accesses. The framework constructs instances of the class, so there is no need to construct it directly.
forMock | Return history from mock object |
Value. To learn how value classes affect copy operations, see Copying Objects.