Class: matlab.unittest.diagnostics.ConstraintDiagnostic
Package: matlab.unittest.diagnostics
Add condition from another ConstraintDiagnostic
to
condition list
addConditionsFrom(constDiag, otherConstDiag)
addConditionsFrom(
adds
the conditions from the constDiag
, otherConstDiag
)ConstraintDiagnostic
instance, constDiag
,
to the condition list in the Diagnostic
instance, diag
.
This is useful when a constraints composes another constraint, and
needs to use the conditions produced in the diagnostics of the composed
constraint.
|
Diagnostic to add conditions to, specified as a |
|
Diagnostic to add conditions from, specified as a |