Main Content
matlab.unittest.plugins.plugindata.RunPluginData Class
Namespace: matlab.unittest.plugins.plugindata
Superclasses: matlab.unittest.plugins.plugindata.PluginData
Plugin data describing Test
elements being run
Description
The RunPluginData
class defines the data passed by the
TestRunner
to plugin methods that extend the running of tests related to a
method, class, or function. The TestRunner
instantiates this class, so you are
not required to create an object of the class directly.
The matlab.unittest.plugins.plugindata.RunPluginData
class is a handle
class.