Class: matlab.unittest.diagnostics.ConstraintDiagnostic
Package: matlab.unittest.diagnostics
Add condition to condition list
addCondition(diag, cond)
addCondition(
adds
the condition, diag
, cond
)cond
, to the condition list. Add
conditions to the condition list one at a time. When the condition
list is displayed, each condition is preceded by an arrow (-->
)
delimiter and indented.
|
Condition, specified as a character vector or string scalar containing information specific to the cause of the constraint failure or another |
|
|