Main Content

matlab.unittest.plugins.plugindata.CommunicationBuffer Class

Namespace: matlab.unittest.plugins.plugindata

Buffer for parallelizable plugins

Since R2019b

Description

The matlab.unittest.plugins.plugindata.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 by using the runTestSuite method and retrieve data by using the reportFinalizedSuite method of the TestRunnerPlugin class.

The test runner instantiates this class. You cannot create an object of the class directly.

Version History

Introduced in R2019b