getPostActValString

Class: matlab.unittest.diagnostics.ConstraintDiagnostic
Package: matlab.unittest.diagnostics

Returns text to be displayed following actual value

Syntax

str = getPostActualValString(constDiag)

Description

str = getPostActualValString(constDiag) returns text to be displayed following the actual value. This method can be overridden to inject character vectors subsequent to displaying the ActVal property of the ConstraintDiagnostic. The location of this text is tied to the ActVal property. Its placement relative to other fields is not guaranteed.

Input Arguments

constDiag

matlab.unittest.diagnostics.ConstraintDiagnostic instance.