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
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
-
Very useful in Test driven development with matlab