Class: matlab.unittest.TestRunner
Package: matlab.unittest
Create TestRunner
object for command
window output
runner = matlab.unittest.TestRunner.withTextOutput
runner = matlab.unittest.TestRunner.withTextOutput('Verbosity',v)
creates
a runner
= matlab.unittest.TestRunner.withTextOutputTestRunner
object that is configured for running
tests from the MATLAB® Command Window and returns it in runner
.
The output produced includes test progress as well as diagnostics
in the event of test failures.
reacts
to messages logged at or below the specified verbosity level and controls
the level of detail about the test run that is displayed in the Command
Window.runner
= matlab.unittest.TestRunner.withTextOutput('Verbosity',v
)
|
|