Main Content
matlab.unittest Namespace
Summary of classes and namespaces in MATLAB unit testing framework
Description
The matlab.unittest
namespace consists of the following
classes and namespaces.
Classes
matlab.unittest.FunctionTestCase | Test case 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 unit testing framework |
matlab.unittest.TestSuite | Fundamental interface for grouping tests to run |
Namespaces
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 testing 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