Reputation: 1264
I am using MATLAB R2008a, what testing framework is available and what is recommended. the need for comprehensive from having to refactor a 5 kloc matlab application to Matlab oop.
Upvotes: 13
Views: 1357
Reputation: 5913
Note: current versions of Matlab (2013a and later) have integrated xUnit directly into Matlab. http://www.mathworks.com/help/matlab/matlab-unit-test-framework.html
Upvotes: 2
Reputation: 121127
There are several listed on the c2 wiki. xUnit and mlunit_2008a seem to be the most highly regarded.
Upvotes: 10
Reputation: 1311
You can try MATLAB xUnit, which you can download from the MATLAB Central File Exchange.
Upvotes: 9