Main Content
setupTestClass
Class: matlab.unittest.plugins.TestRunnerPlugin
Namespace: matlab.unittest.plugins
Extend setting up test class
Description
setupTestClass(
extends the setting up of a test class. This method defines how the test runner performs
test class setup. The testing framework evaluates this method within the scope of the
plugin
,pluginData
)runTestClass
method. If the test class contains properties with the
ClassSetupParameter
attribute, the testing framework evaluates the
setupTestClass
method as many times as the class setup parameterization
dictates.
Input Arguments
Examples
Version History
Introduced in R2014a