matlab.unittest.plugins の名前空間
MATLAB プラグイン インターフェイスのクラスの概要
説明
プラグインは TestRunner
オブジェクトをカスタマイズします。matlab.unittest.plugins
名前空間は、以下のクラスで構成されます。
クラス
インターフェイスに関する基本のプラグイン
matlab.unittest.plugins.Parallelizable | テストの並列実行をサポートするプラグインのインターフェイス |
matlab.unittest.plugins.QualifyingPlugin | システム全体の検定を実行するプラグインのインターフェイス |
matlab.unittest.plugins.TestRunnerPlugin | テスト ランナーを拡張するためのプラグイン インターフェイス |
プラグインの実装
診断と進行状況に関する情報
matlab.unittest.plugins.DiagnosticsOutputPlugin | 診断を出力ストリームに送るプラグイン |
matlab.unittest.plugins.DiagnosticsRecordingPlugin | テスト結果の診断を記録するプラグイン |
matlab.unittest.plugins.LoggingPlugin | 診断メッセージをレポートするプラグイン |
matlab.unittest.plugins.TestRunProgressPlugin | テスト実行の進行状況を報告するプラグイン |
デバッグと検定
matlab.unittest.plugins.DiagnosticsValidationPlugin | 診断コードの検証に役立つプラグイン |
matlab.unittest.plugins.FailOnWarningsPlugin | 警告を発行するテストに失敗するプラグイン |
matlab.unittest.plugins.StopOnFailuresPlugin | テストのエラーをデバッグするプラグイン |
出力形式と継続的インテグレーション
matlab.unittest.plugins.TAPPlugin | Test Anything Protocol ストリームを生成するプラグイン |
matlab.unittest.plugins.XMLPlugin | テスト結果を XML ファイルに書き込むプラグイン |
レポート
matlab.unittest.plugins.CodeCoveragePlugin | コード カバレッジ情報へのアクセスを提供するプラグイン |
matlab.unittest.plugins.TestReportPlugin | テスト レポートを生成するプラグイン |
バージョン履歴
R2013a で導入