Class: matlab.unittest.TestCase
Package: matlab.unittest
Run TestCase
test
result = run(testCase)
result = run(testCase,testMethod)
uses result
= run(testCase
)testCase
as
a prototype to run a TestSuite
array created from all
test methods in the class defining testCase
.
This suite is run using a TestRunner
object configured
for text output.
uses result
= run(testCase
,testMethod
)testCase
as
a prototype to run a TestSuite
array created from testMethod
.
This test is run using a TestRunner
object configured
for text output.
This is a convenience method to allow interactive experimentation
of TestCase
classes in MATLAB®, yet running the
tests contained in them using a supported TestRunner
object.
|
|
|
Name of desired test method, specified as one of the following:
The method must correspond to a valid |
|
A |