Main Content

matlab.mock.history Namespace

Summary of classes representing mock object interaction history

Description

The matlab.mock.history namespace consists of the following classes.

Classes

matlab.mock.history.MethodCallRepresentation of mock object method call
matlab.mock.history.PropertyAccessRepresentation of mock object property access
matlab.mock.history.PropertyModificationRepresentation of mock object property modification
matlab.mock.history.SuccessfulMethodCallRepresentation of successful mock object method call
matlab.mock.history.SuccessfulPropertyAccessRepresentation of successful mock object property access
matlab.mock.history.SuccessfulPropertyModificationRepresentation of successful mock object property modification
matlab.mock.history.UnsuccessfulMethodCallRepresentation of unsuccessful mock object method call
matlab.mock.history.UnsuccessfulPropertyAccessRepresentation of unsuccessful mock object property access
matlab.mock.history.UnsuccessfulPropertyModificationRepresentation of unsuccessful mock object property modification

Version History

Introduced in R2018a