Package: matlab.unittest.plugins.plugindata
Plugin data describing TestSuite
portion being
run
The TestSuiteRunPluginData
class defines the data passed by the
TestRunner
to plugin methods that extend the running of test
suite portions. The TestRunner
instantiates this class, so you are not
required to create an object of the class directly.
|
Name of the test suite portion being run by the
|
|
Specification of the elements in the test suite portion being run,
specified as a |
|
Results from the test suite portion being run, specified as a
|
|
Number of groups into which the entire test suite is divided, specified as
a positive integer scalar. |
|
Identifier of the test suite portion being run, specified as a positive
integer scalar between |
|
Buffer for storing and retrieving data related to the test suite portion
being run, specified as an instance of the
|
|
Modifier of the test result details, specified as an instance of the
|
matlab.unittest.plugins.Parallelizable
| matlab.unittest.plugins.plugindata.CommunicationBuffer
| matlab.unittest.plugins.plugindata.ResultDetails
| matlab.unittest.plugins.TestRunnerPlugin
| matlab.unittest.TestResult
| matlab.unittest.TestSuite