matlab.unittest.plugins.testreport.DOCXTestReportPlugin - Plugin that generates a DOCX test report - MATLAB (original) (raw)

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

Plugin that generates a DOCX test report

expand all in page

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

See Also

Classes

Functions