Main Content

matlab.unittest.plugins.plugindata.CommunicationBuffer クラス

名前空間: matlab.unittest.plugins.plugindata

並列化可能プラグインのバッファー

R2019b 以降

説明

matlab.unittest.plugins.plugindata.CommunicationBuffer クラスを使用すると、テストの並列実行をサポートするプラグイン メソッドによるデータの格納と取得が可能になります。具体的には、CommunicationBuffer により、TestRunnerPlugin クラスの runTestSuite メソッドを使用してデータを格納したり reportFinalizedSuite メソッドを使用してデータを取得したりできます。

このクラスはテスト ランナーでインスタンス化されます。クラスのオブジェクトを直接作成することはできません。

バージョン履歴

R2019b で導入