addAssessment
Class: sltest.testmanager.TestCase
Namespace: sltest.testmanager
Syntax
addedAssessments = addAssessment(tc,assessmentsObj)
addedAssessments = addAssessment(tc,assessmentsObj,'AddSymbols' = true)
addedAssessments = addAssessment(tc,assessmentsObj,'AddSymbols' = false)
Description
adds an array of assessment objects, including the symbols uses in the assessments, to the
specified test case. addedAssessments
= addAssessment(tc
,assessmentsObj
)
addedAssessments = addAssessment(
behaves the same as the previous syntax.tc
,assessmentsObj
,'AddSymbols' = true)
addedAssessments = addAssessment(
adds assessment objects to the test case, but does not add the associated symbols. The symbols
in the assessment have a tc
,assessmentsObj
,'AddSymbols' = false)Scope
value of Unresolved
. You
must associate the symbols with an item in the assessment before you run the test case.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2022a