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