tags:

views:

119

answers:

3

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.

A: 

Hi

I've never come across a Matlab-specific test framework but I've never missed one either. I've always been happy enough to knock up some Matlab to test Matlab.

Not much help to you. Sorry.

Regards

Mark

High Performance Mark
+4  A: 

You can try MATLAB xUnit, which you can download from the MATLAB Central File Exchange.

Steve Eddins
I tried it, but it couldn't find my tests. Using Matlab R2008b 7.7 and Windows 7
Jader Dias
The most likely explanation for what you are seeing is some problem in the test files. Can you post a sample test file so I can look at it? See also my answer to the question you posted about this.
Steve Eddins
+5  A: 

There are several listed on the c2 wiki. xUnit and mlunit_2008a seem to be the most highly regarded.

Richie Cotton
In addition, the documentation for xUnit seems to be very good.
Marc