Package: matlab.unittest
Superclasses: matlab.unittest.TestSuite
Specification of single test method
The matlab.unittest.Test
class holds the information required by the
TestRunner
object to run a single Test
method of a
TestCase
class. A scalar Test
instance is the
fundamental element contained in TestSuite
arrays. A simple array of
Test
instances is a commonly used form of a TestSuite
array.
|
Name of the |
|
Name of the test procedure that runs for the |
|
Name of the test class for the |
|
Name of the folder that contains the file defining the test content. For tests defined in packages, the base folder is the parent of the top-level package folder. |
|
Row vector of parameters required for the test. The |
|
Row vector of fixtures required for the test. The |
|
Cell array of tags applied to the |