Main Content
getCleanupPlots
Class: sltest.testmanager.TestSuiteResult
Namespace: sltest.testmanager
Get plots from cleanup callbacks of test suite
Syntax
figs = getCleanupPlots(result)
Description
returns
figure handles of plots from the cleanup callbacks of the test suite
associated with the results. Figures returned using this method are
not visible. To see the plots, set the figure handle figs
= getCleanupPlots(result
)Visible
property
to 'on'
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2017a