matlab.unittest Package
Summary of packages and classes in MATLAB Unit Test Framework
Description
The matlab.unittest
package consists of the following classes and packages.
Classes
matlab.unittest.FunctionTestCase | TestCase used for function-based tests |
matlab.unittest.Scope | Test scope enumeration class |
matlab.unittest.Test | Specification of a single test |
matlab.unittest.TestCase | Superclass of all test classes |
matlab.unittest.TestResult | Result of running test suite |
matlab.unittest.TestRunner | Class for running tests in matlab.unittest framework |
matlab.unittest.TestSuite | Fundamental interface for grouping tests to run |
Packages
matlab.unittest.constraints | Summary of classes in MATLAB Constraints 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 |
Version History
Introduced in R2013a