matlab.unittest.plugins.testreport.HTMLTestReportPlugin class
Package: matlab.unittest.plugins.testreport
Superclasses: matlab.unittest.plugins.TestReportPlugin
TestReportPlugin
that creates a test report in
.html
format
Description
An HTMLTestReportPlugin
is an instance of the
TestReportPlugin
class that creates a test result report in
.html
format. To create a HTMLTestReportPlugin
instance, use the matlab.unittest.plugins.TestReportPlugin.producingHTML
static
method.
Properties
Copy Semantics
Handle. To learn how handle classes affect copy operations, see Copying Objects.
Version History
Introduced in R2017b