Main Content

matlab.unittest.plugins.plugindata.CommunicationBuffer class

Package: matlab.unittest.plugins.plugindata

Buffer for parallelizable plugins

Since R2019b

Description

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.

Version History

Introduced in R2019b