matlab.unittest.TestResult Class
Namespace: matlab.unittest
Result of running test suite
Description
The matlab.unittest.TestResult class holds the information describing the
result of running a test suite using the matlab.unittest framework. The
results include information describing whether the test passed, failed, or ran to completion,
as well as the duration of each test.
Creation
TestResult arrays are created and returned by the test runner. The number
of objects in a TestResult array matches the number of tests run in the
suite.