Package: matlab.unittest
Result of running test suite
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.
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.
matlab.unittest.plugins.plugindata.ResultDetails | matlab.unittest.TestRunner | matlab.unittest.TestSuite | testrunner