Main Content

matlab.mock.history.SuccessfulPropertyModification Class

Namespace: matlab.mock.history
Superclasses: matlab.mock.history.PropertyModification

Representation of successful mock object property modification

Description

A matlab.mock.history.SuccessfulPropertyModification object represents the successful modification of a mock object property value. 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 property, returned as a string scalar.

Attributes:

GetAccess
public
SetAccess
immutable

Value assigned to the mock object property, returned as a value of any data type.

Attributes:

GetAccess
public
SetAccess
immutable

Version History

Introduced in R2018a