matlab.unittest.plugins - Summary of classes in MATLAB plugins interface - MATLAB (original) (raw)

matlab.unittest.plugins.Parallelizable Interface for plugins that support running tests in parallel
matlab.unittest.plugins.QualifyingPlugin Plugin interface for performing system-wide qualifications
matlab.unittest.plugins.TestRunnerPlugin Plugin interface for extending test runner

Plugin Implementations

Diagnostic & Progress Information

matlab.unittest.plugins.DiagnosticsOutputPlugin Plugin that directs diagnostics to output stream
matlab.unittest.plugins.DiagnosticsRecordingPlugin Plugin that records diagnostics on test results
matlab.unittest.plugins.LoggingPlugin Plugin that displays logged diagnostics
matlab.unittest.plugins.TestRunProgressPlugin Plugin that displays test run progress

Debugging & Qualification

matlab.unittest.plugins.DiagnosticsValidationPlugin Plugin to help validate diagnostic code
matlab.unittest.plugins.FailOnWarningsPlugin Plugin that fails tests that issue warnings
matlab.unittest.plugins.StopOnFailuresPlugin Plugin to debug test failures

Output Formats & Continuous Integration

matlab.unittest.plugins.TAPPlugin Plugin that produces Test Anything Protocol stream
matlab.unittest.plugins.XMLPlugin Plugin that writes test results to XML file

Reporting

matlab.unittest.plugins.CodeCoveragePlugin Plugin that provides access to code coverage information
matlab.unittest.plugins.TestReportPlugin Plugin that generates a test report