getPostConditionString
Class: matlab.unittest.diagnostics.ConstraintDiagnostic
Package: matlab.unittest.diagnostics
Returns text to be displayed following conditions list
Syntax
str = getPostConditionsString(constDiag)
Description
str = getPostConditionsString(
returns
text to be displayed following the conditions list. This method can
be overridden to inject character vectors subsequent to displaying
the constDiag
)Conditions
property of the ConstraintDiagnostic
.
The location of this text is tied to the Conditions
property.
Its placement relative to other fields is not guaranteed.
Input Arguments
|
|