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.MethodCall | Representation of mock object method call |
matlab.mock.history.PropertyAccess | Representation of mock object property access |
matlab.mock.history.PropertyModification | Representation of mock object property modification |
matlab.mock.history.SuccessfulMethodCall | Representation of successful mock object method call |
matlab.mock.history.SuccessfulPropertyAccess | Representation of successful mock object property access |
matlab.mock.history.SuccessfulPropertyModification | Representation of successful mock object property modification |
matlab.mock.history.UnsuccessfulMethodCall | Representation of unsuccessful mock object method call |
matlab.mock.history.UnsuccessfulPropertyAccess | Representation of unsuccessful mock object property access |
matlab.mock.history.UnsuccessfulPropertyModification | Representation of unsuccessful mock object property modification |
Version History
Introduced in R2018a