matlab.unittest.plugins.testreport.PDFTestReportPlugin class

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

TestReportPlugin that creates a test report in .pdf format

Description

A PDFTestReportPlugin is an instance of the TestReportPlugin class that creates a test result report in PDF format. To create a PDFTestReportPlugin instance, use the matlab.unittest.plugins.TestReportPlugin.producingPDF static method.

Properties

expand all

Report orientation, specified as 'portrait' or 'landscape'. This property is read only. You can specify it during plugin construction.

These properties are inherited from matlab.unittest.plugins.TestReportPlugin:

Whether to exclude diagnostics from logged events from the report, specified as false or true (logical 0 or 1). This property is read only. You can specify it as true during plugin construction.

Whether to include the text output from the Command Window in the report, specified as false or true (logical 0 or 1). This property is read only. You can specify it as true during plugin construction.

Whether to include diagnostics from passing events in the report, specified as false or true (logical 0 or 1). This property is read only. You can specify it as true during plugin construction.

Verbosity levels recorded by the plugin, specified as an array of matlab.unittest.Verbosity enumeration instances. The plugin records diagnostics that are logged at this level and below. This property is read only. You can specify it during plugin construction.

Example: [Terse Concise Detailed]

Copy Semantics

Handle. To learn how handle classes affect copy operations, see Copying Objects in the MATLAB® documentation.

Introduced in R2016b

Was this topic helpful?