sltest.stmv2.results.CUTResult
R2026bDescription
Note
The redesigned Simulink® Test Manager is a tech preview in R2026b. The primary purpose of the tech preview is to provide early access to the most common testing workflows. For more information about supported workflows, see Overview of the Redesigned Simulink Test Manager (Tech Preview).
To enable the feature, click the New Test Manager button in the
existing Test Manager or use the sltest.stmv2.open function at
the command line.
sltest.stmv2.results.CUTResult objects represent the results
for a component under test (CUT) in the redesigned Simulink Test Manager. Use
sltest.stmv2.results.CUTResult objects to access the
sltest.stmv2.results.TestCaseResult and
sltest.stmv2.results.TestCaseComparisonResult objects for each
CUT.
Creation
To create sltest.stmv2.results.CUTResult objects, run tests in the
redesigned Simulink Test Manager UI, then use the
sltest.stmv2.results.getAllResultSets function. Access
sltest.stmv2.results.CUTResult objects, by using the
CUTResults property of an
sltest.stmv2.results.TestFileResult object.
Properties
Object Functions
getCoverageResult | Get coverage results (Tech Preview) |
getCoverageResultsTable | Create table of coverage results (Tech Preview) |
Examples
Version History
Introduced in R2026b