Main Content

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

matlab.unittest.selectors の名前空間

MATLAB セレクター インターフェイスのクラスの概要

説明

セレクターを使用して、その属性に基づいてテスト スイートの要素をフィルター処理または選択します。matlab.unittest.selectors パッケージは、以下のセレクターで構成されます。

クラス

matlab.unittest.selectors.AndSelector2 つのセレクターの boolean 積
matlab.unittest.selectors.HasBaseFolderベース フォルダーに基づいて TestSuite 配列要素を選択
matlab.unittest.selectors.HasName名前に基づいて TestSuite 配列要素を選択
matlab.unittest.selectors.HasParameterパラメーター化に基づいて TestSuite 配列要素を選択
matlab.unittest.selectors.HasProcedureNameプロシージャ名に基づいて TestSuite 配列要素を選択
matlab.unittest.selectors.HasSharedTestFixture共有テスト フィクスチャに基づいて TestSuite 配列要素を選択
matlab.unittest.selectors.HasSuperclassテスト クラス階層に基づいて TestSuite 配列要素を選択
matlab.unittest.selectors.HasTagテスト タグに基づいて TestSuite 配列要素を選択
matlab.unittest.selectors.NotSelectorセレクターの boolean 補集合
matlab.unittest.selectors.OrSelector2 つのセレクターの boolean 和

バージョン履歴

R2014a で導入

参考