Main Content

matlab.unittest.plugins.plugindata.CommunicationBuffer 类

命名空间: matlab.unittest.plugins.plugindata

可并行化插件的缓冲区

自 R2019b 起

描述

matlab.unittest.plugins.plugindata.CommunicationBuffer 类利用支持并行运行测试的插件的方法,从而实现数据存储和检索。特别是,CommunicationBuffer 允许您使用 runTestSuite 方法存储数据,并使用 TestRunnerPlugin 类的 reportFinalizedSuite 方法检索数据。

测试运行器实例化此类。您无法直接创建此类的对象。

版本历史记录

在 R2019b 中推出