Main Content

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

継続的インテグレーション

MATLAB® ユニット テスト フレームワークによる CI 互換テスト、自動化、Simulink® テストの実行

モデル内のすべてのサブシステムについてのテスト ケースを生成してテストのスコープを広げることができます。エクスポート関数モデルなど、特定のモデル アーキテクチャ用のスケジューラを設定することもできます。MATLAB と Simulink のテストを一緒に実行するには、MATLAB ユニット テスト フレームワークを使用して Simulink Test™ テスト ケースを実行します。継続的インテグレーションと互換性のある結果を MATLAB ユニット テスト プラグインを使用して生成します。詳細と例については、Continuous Integration for Verification of Simulink Models および継続的インテグレーションを使用したソフトウェアの開発と統合を参照してください。

クラス

matlab.unittest.TestSuite実行するテストをグループ化する基本的なインターフェイス
matlab.unittest.TestRunnermatlab.unittest フレームワークでテストを実行するためのクラス
matlab.unittest.pluginsMATLAB プラグイン インターフェイスのクラスの概要
sltest.plugins.ModelCoveragePluginCollect model coverage using the MATLAB Unit Test framework
sltest.plugins.TestManagerResultsPluginGenerate enhanced test results with the MATLAB Unit Test framework
sltest.plugins.coverage.CoverageMetricsSpecify coverage metrics for tests run with MATLAB Unit Test framework
sltest.plugins.coverage.ModelCoverageReportSpecify model coverage report details for tests run with MATLAB Unit Test

トピック