Package: matlab.unittest.plugins.plugindata
Plugin data containing shared test fixture information
The SharedTestFixturePluginData
defines the data passed by the
TestRunner
to plugin methods related to shared test fixtures. The
TestRunner
instantiates this class, so you are not required to create an
object of the class directly.
|
Label of shared test fixture, specified as a character vector. The |
|
Description of action performed during setup and teardown of a shared test fixture, specified as a character vector. |
|
Context for plugins to perform qualifications on fixtures, specified as an instance of the
|
|
Modifier of the test result details, specified as an instance of the
|
matlab.unittest.fixtures.Fixture
| matlab.unittest.plugins.plugindata.ResultDetails
| matlab.unittest.plugins.TestRunnerPlugin
| matlab.unittest.TestResult