unitTAPsci

バージョン 1.12 (23.6 KB) 作成者: Stefan Schiessl
(Automated) Unit testing framework with convenient data handling / logging using TAP files
ダウンロード: 145
更新 2016/7/15

ライセンスの表示

This is a project that demonstates how unit testing can be automated using MatLab.
A script file is provided that calls all MatLab unit tests and creates a TAP file, the TAP file contains the status of the tests and additionally the MatLab console output and calculation time. Also gives a simple, basic structure for unit testing and explains with the example of Jenkins how to integrate MatLab in an automated test server.
An example of the usage is included in the toolbox, unzip
<MatLabAddOnPath>/example_project.zip.removeFileEnding
and read the README.

引用

Stefan Schiessl (2024). unitTAPsci (https://www.mathworks.com/matlabcentral/fileexchange/52179-unittapsci), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersTesting Frameworks についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.12

updated loadTestModule for automatic install behavior
fixed a bug in MyTestCase

1.4.0.0

updated for MatLab 2016

1.3.0.0

- some more documentation

1.2.1.0

converted to a toolbox

1.2.0.0

fixed for 2015b

1.1.0.0

- fixed a bug in the console logging

1.0.0.0

changed description