run
R2026bClass: matlab.unittest.TestCase
Namespace: matlab.unittest
Run tests corresponding to test case
Description
runs all the results = run(testCase)Test methods of the class defining
testCase and returns the test results.
The run method is a convenience method for interactive experimentation
with TestCase subclasses. It runs the tests by using a TestRunner instance that is configured for text output. The text output includes
test run progress as well as diagnostics in the event of test failures.