runTestClass
Class: matlab.unittest.plugins.TestRunnerPlugin
Namespace: matlab.unittest.plugins
Extend running of Test
elements from same class or
function
Description
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
array being run by the
test runner. The testing framework evaluates this method within the scope of the runTestSuite
method. 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.
Input Arguments
Examples
Version History
Introduced in R2014a