Main Content
matlab.unittest.TestRunner.withNoPlugins
Class: matlab.unittest.TestRunner
Namespace: matlab.unittest
Create minimal test runner with no plugins
Description
runner = matlab.unittest.TestRunner.withNoPlugins
creates a
minimal, silent test runner with no plugins installed, and returns it as a
matlab.unittest.TestRunner
object. The returned test runner is the simplest
runner possible and produces no text output.
Use this method to create a test runner when you want to have complete control over which plugins are added to the runner.
Examples
Version History
Introduced in R2013a