Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend running of TestSuite array from same class or function
runTestClass(plugin,pluginData)
runTestClass(
extends
the running of tests that belong to the same test class, function,
or script. This method applies to a subset of the full plugin
,pluginData
)TestSuite
being
run by the TestRunner
. The test framework evaluates
this method within the scope of the runTestSuite
method
of the TestRunnerPlugin
. It evaluates this method
between setting up and tearing down the shared test fixture (setupSharedTestFixture
and teardownSharedTestFixture
).
Provided the test framework completes shared test fixture setup, it
invokes this method one time per test class.
|
Instance of |
|
Test suite information, specified as an instance of |
matlab.unittest.TestResult
| matlab.unittest.TestRunner
| matlab.unittest.TestSuite
| matlab.unittest.plugins.plugindata.TestSuiteRunPluginData