Main Content

matlab.unittest.plugins.testreport.DOCXTestReportPlugin Class

Namespace: matlab.unittest.plugins.testreport
Superclasses: matlab.unittest.plugins.TestReportPlugin

Plugin that generates a DOCX test report

Description

The matlab.unittest.plugins.testreport.DOCXTestReportPlugin class provides a plugin that generates a test report in DOCX format.

The matlab.unittest.plugins.testreport.DOCXTestReportPlugin class is a handle class.

Creation

To create a DOCXTestReportPlugin instance, use the producingDOCX static method.

Properties

expand all

In addition to the following property, the DOCXTestReportPlugin class inherits properties from the TestReportPlugin class.

Report orientation, returned as 'portrait' or 'landscape'. You can specify the value of this property during creation of the plugin. By default, the plugin generates a report in portrait orientation.

Attributes:

GetAccess
public
SetAccess
immutable

Version History

Introduced in R2016b