Package: matlab.unittest
Superclasses: matlab.unittest.TestSuite
Specification of a single test method
The matlab.unittest.Test
class holds the information
needed for the TestRunner
object to be able 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 f 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 |
|
Row vector of fixtures required for the |
|
Cell array of tags applied to the test element. |