matlab.unittest.plugins.plugindata.CommunicationBuffer class

Package: matlab.unittest.plugins.plugindata

Buffer for parallelizable plugins

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.

Introduced in R2019b