Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend running of Test
elements from same class or
function
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 testing framework evaluates this
method within the scope of the runTestSuite
method of
TestRunnerPlugin
. It evaluates this method between setting up
and tearing down the shared test fixture (setupSharedTestFixture
and teardownSharedTestFixture
). Provided the testing framework
completes shared test fixture setup, it invokes this method one time per test
class.
|
Plugin object, specified as an instance of the
|
|
Information about the |
matlab.unittest.plugins.plugindata.RunPluginData
| matlab.unittest.TestResult
| matlab.unittest.TestRunner
| matlab.unittest.TestSuite