Summary of packages and classes in MATLAB Unit Test Framework
The matlab.unittest
package consists of the following classes and packages.
matlab.unittest.FunctionTestCase | TestCase used for function-based tests |
matlab.unittest.Scope | Test scope enumeration class |
matlab.unittest.Test | Specification of single test method |
matlab.unittest.TestCase | Superclass of all matlab.unittest test classes |
matlab.unittest.TestResult | Result of running test suite |
matlab.unittest.TestRunner | Class for running tests in matlab.unittest framework |
matlab.unittest.TestSuite | Class for grouping tests to run |
matlab.unittest.Verbosity | Verbosity level enumeration class |
matlab.unittest.constraints | Summary of classes in MATLAB Constraints Interface |
matlab.unittest.diagnostics | Summary of classes in MATLAB Diagnostics Interface |
matlab.unittest.fixtures | Summary of classes in MATLAB Fixtures Interface |
matlab.unittest.parameters | Summary of classes associated with MATLAB Unit Test parameters |
matlab.unittest.plugins | Summary of classes in MATLAB Plugins Interface |
matlab.unittest.qualifications | Summary of classes in MATLAB Qualifications Interface |
matlab.unittest.selectors | Summary of classes in MATLAB Selectors Interface |