Package: matlab.unittest.plugins.plugindata
Plugin data containing shared test fixture information
The SharedTestFixturePluginData
defines the data
the TestRunner
passes to plugin methods related to
shared test fixtures. The TestRunner
creates this,
so there is no need for test plugin authors to construct this class
directly.
|
Label of shared test fixture, represented as a character vector.
Use the |
|
Description of action performed during setup and teardown of a shared test fixture, represented as a character vector |
|
Context for plugins to perform qualifications on fixtures, represented
as an instance of |