Package: matlab.unittest.plugins.plugindata
Buffer for parallelizable plugins
The CommunicationBuffer
class enables data storage and retrieval by the
methods of plugins that support running tests in parallel. In particular,
CommunicationBuffer
allows you to store data within the runTestSuite
method and retrieve data within the reportFinalizedSuite
method of TestRunnerPlugin
. The
TestRunner
instantiates this class, so you are not required to create an
object of the class directly.