Summary of classes in MATLAB Plugins Interface
Plugins customize a TestRunner
object. The matlab.unittest.plugins
package consists of the following customized MATLAB® plugins.
matlab.unittest.plugins.OutputStream | Interface that determines where to send text output |
matlab.unittest.plugins.Parallelizable | Interface for plugins that support running tests in parallel |
matlab.unittest.plugins.QualifyingPlugin | Interface for plugins that perform system-wide qualifications |
matlab.unittest.plugins.TestRunnerPlugin | Plugin interface for extending TestRunner |
matlab.unittest.plugins.DiagnosticsOutputPlugin | Plugin to direct diagnostics to output stream |
matlab.unittest.plugins.DiagnosticsRecordingPlugin | Plugin to record diagnostics on test results |
matlab.unittest.plugins.LoggingPlugin | Plugin to report diagnostic messages |
matlab.unittest.plugins.TestRunProgressPlugin | Plugin that reports test run progress |
matlab.unittest.plugins.DiagnosticsValidationPlugin | Plugin to help validate diagnostic code |
matlab.unittest.plugins.FailOnWarningsPlugin | Plugin to fail tests that issue warnings |
matlab.unittest.plugins.StopOnFailuresPlugin | Plugin to debug test failures |
matlab.unittest.plugins.TAPPlugin | Plugin that produces Test Anything Protocol stream |
matlab.unittest.plugins.XMLPlugin | Plugin that writes test results in XML format |
matlab.unittest.plugins.CodeCoveragePlugin | Plugin that produces a code coverage report |
matlab.unittest.plugins.TestReportPlugin | Plugin that produces a test result report |
matlab.unittest.plugins.ToFile | Output stream to write text output to file |
matlab.unittest.plugins.ToStandardOutput | Output stream to display text information to screen |
matlab.unittest.plugins.ToUniqueFile | Output stream to write text output to unique file |
matlab.unittest.plugins.codecoverage | Summary of classes associated with code coverage report generation |
matlab.unittest.plugins.diagnosticrecord | Summary of classes associated with MATLAB Plugin Diagnostic Records |
matlab.unittest.plugins.plugindata | Summary of classes in MATLAB Plugin Data Interface |
matlab.unittest.plugins.testreport | Summary of classes in MATLAB Plugin Test Report Generation |