retrieveFrom
Class: matlab.unittest.plugins.Parallelizable
Package: matlab.unittest.plugins
Description
retrieves the data
= retrieveFrom(plugin
,communicationBuffer
)data
collected by plugin
from the
buffer communicationBuffer
. The data must be stored in the buffer by a
MATLAB® worker while running a group of tests.
To run tests in parallel, the testing framework divides the original
TestSuite
array into separate groups and assigns them to workers on the
current parallel pool (requires Parallel Computing Toolbox™). To enable the MATLAB client to retrieve data from the workers, invoke
retrieveFrom
within the scope of the reportFinalizedSuite
method of TestRunnerPlugin
. The workers
must store their data by invoking the storeIn
method
within the scope of runTestSuite
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019b