Main Content
matlab.unittest.plugins.plugindata.QualificationContext Class
Namespace: matlab.unittest.plugins.plugindata
Context for plugins that perform qualifications
Description
The matlab.unittest.plugins.plugindata.QualificationContext
class provides
the context required by plugins that perform system-wide qualifications. Plugins that perform
qualifications must derive from the matlab.unittest.plugins.QualifyingPlugin
class.
The test runner instantiates this class and stores the object as part of the relevant plugin data. You cannot create an object of the class directly.
Version History
Introduced in R2015b