run
Class: matlab.unittest.TestSuite
Package: matlab.unittest
Run TestSuite
array using TestRunner
object
configured for text output
Syntax
result = run(suite)
Description
runs
the result
= run(suite
)TestSuite
object defined by suite
using
a TestRunner
object configured for text output.
Input Arguments
|
Set of tests, specified as a |
Output Arguments
|
A |
Examples
Tips
This is a convenience method which is equivalent to using a
TestRunner
object created from theTestRunner.withTextOutput
method to runsuite
.