Scilab 5.5.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
example_run
ヘルプページで見つかった例を実行.
呼び出し手順
example_run() example_run(moduleNames) example_run(moduleNames, functionNames) example_run(moduleNames, functionNames, language) example_run(moduleNames, functionNames, language, testrunOptions, testrunExportToFile)
引数
- moduleNames
文字列または文字列ベクトル: テストを行うモジュールの名前. デフォルト値は getmodules()で返された値です.
- functionNames
文字列または文字列ベクトル: テストする関数の名前. 指定されないアバイ, モジュールの全てのヘルプページがテストされます.
- language
文字列: テストするヘルプページの言語. デフォルト値は "en_US"です.
- testrunOptions
test_runの第3引数として使用.
- testrunExportToFile
test_runの第4引数として使用.
説明
この巻数は,ヘルプページで指定した例を展開し, test_runにより実行します.
例
参照
- test_run — テストを実行
履歴
バージョン | 記述 |
5.4.0 | 関数example_runが導入されました. |
Report an issue | ||
<< bench_run | Development tools | test_run >> |