Main Content

このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。

matlab.unittest.pluginsパッケージ

MATLABプラグイン インターフェイスのクラスの概要

説明

プラグインはTestRunnerオブジェクトをカスタマイズします。matlab.unittest.pluginsパッケージは以下のカスタマイズされた MATLAB®プラグインで構成されます。

クラス

インターフェイスに関する基本のプラグイン

matlab.unittest.plugins.OutputStream テキスト出力の送信先を決定するインターフェイス
matlab.unittest.plugins.Parallelizable テストの並列実行をサポートするプラグインのインターフェイス
matlab.unittest.plugins.QualifyingPlugin システム全体の検定を実行するプラグインのインターフェイス
matlab.unittest.plugins.TestRunnerPlugin TestRunner を拡張するためのプラグイン インターフェイス

プラグインの実装

診断と進行状況に関する情報

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 测试任何协议ストリームを生成するプラグイン
matlab.unittest.plugins.XMLPlugin XML 形式でテスト結果を書き込むプラグイン

レポート

matlab.unittest.plugins.CodeCoveragePlugin コード カバレッジ レポートを生成するプラグイン
matlab.unittest.plugins.TestReportPlugin テスト結果のレポートを生成するプラグイン

ストリームの出力

matlab.unittest.plugins.ToFile テキスト出力をファイルに書き込む出力ストリーム
matlab.unittest.plugins.ToStandardOutput テキスト情報を画面に表示する出力ストリーム
matlab.unittest.plugins.ToUniqueFile テキスト出力を固有のファイルに書き込む出力ストリーム

パッケージ

matlab.unittest.plugins.codecoverage コード カバレッジ レポート生成に関連付けられたクラスの概要
matlab.unittest.plugins.diagnosticrecord MATLABプラグインの診断記録に関連するクラスの概要
matlab.unittest.plugins.plugindata MATLABプラグイン データ インターフェイスのクラスの概要
matlab.unittest.plugins.testreport MATLABプラグインのテスト レポート生成のクラスの概要
R2013a で導入