mlUnit is a unit testing framework for the MATLAB .m language. It considers the patterns of the xUnit family, include assertions, test cases and suites as well as the fixture. In contrast to MATLAB's own unit test framework:
* mlUnit output jUnit compatible XML reports
* mlUnit is compatible with Your MATLAB (not just R2013b), down to at least R2006b
* mlUnit offers specialised assert functions, e.g. assert_empty, assert_warning, and many more.
slUnit is a unit testing framework for Simulink, but not maintained any more.
License
GNU General Public License version 2.0 (GPLv2)Follow mlUnit
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Very useful in Test driven development with matlab