Main Content

genTestCaseResultBlock

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

Generate test case result section

Syntax

groupObj = genTestCaseResultBlock(obj,result)

Description

groupObj = genTestCaseResultBlock(obj,result) generates a test case result section.

This method also calls:

Input Arguments

expand all

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

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

Output Arguments

expand all

The result set section generated by the method, returned as a mlreportgen.dom.Group object.

Version History

Introduced in R2016a