Package: matlab.unittest.plugins.testreport
Superclasses: matlab.unittest.plugins.TestReportPlugin
TestReportPlugin
that creates a test
report in .pdf
format
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.
Handle. To learn how handle classes affect copy operations, see Copying Objects.
PDF test reports are generated based on your system locale and the font families installed on your machine. When generating a report with a non-English locale, unless your machine has the Noto Sans CJK font families installed, the report may have pound sign characters (#) in place of Chinese, Japanese, and Korean characters.
matlab.unittest.plugins.TestReportPlugin
| matlab.unittest.plugins.TestReportPlugin.producingPDF