Main Content

getTestIteration

Class: sltest.testmanager.TestIterationResult
Namespace: sltest.testmanager

Get test iteration that produced result

Since R2019b

Syntax

ti = getTestIteration(ti_result)

Description

ti = getTestIteration(ti_result) returns the test iteration that produced the test iteration results, ti_result.

Input Arguments

expand all

Test iteration result for a single iteration, specified as an sltest.testmanager.TestIterationResult object.

Output Arguments

expand all

Test iteration that produced the test iteration results, returned as an sltest.testmanager.TestIteration object.

Version History

Introduced in R2019b