Main Content

genSimulationConfigurationTable

Class: sltest.testmanager.TestResultReport
Namespace: sltest.testmanager

Generate test case simulation configuration table

Syntax

simCfgTable = genSimulationConfigurationTable(obj,result,simIndex)

Description

simCfgTable = genSimulationConfigurationTable(obj,result,simIndex) generates a section for simulation configuration data used in the test case.

Input Arguments

expand all

Test report, specified as a sltest.testmanager.TestResultReport object.

Result set, specified as a sltest.testmanager.ReportUtility.ReportResultData object.

Simulation number that the test case configuration table applies to, specified as an integer, 1 or 2. This setting applies to the simulation test case.

Output Arguments

expand all

The test case simulation configuration table generated by the method, returned as a mlreportgen.dom.FormalTable (MATLAB Report Generator) object.

Version History

Introduced in R2016a