Tagged Questions

MATLAB is a high-level language and programming environment developed by MathWorks. MATLAB xUnit Test Framework is a unit test framework for MATLAB code developed by Steve Eddins of MathWorks and available from the MATLAB Central File Exchange hosted by MathWorks. This tag relates to the use of the xUnit Test Framework with MATLAB.

learn more… | top users | synonyms

1
vote
2answers
195 views

How to pass multiple parameters to tests that share the same setup code in Matlab xUnit?

According to "How to Write Tests That Share Common Set-Up Code" is it possible to: function test_suite = testSetupExample initTestSuite; function fh = setup fh = figure; function teardown(fh) ...
0
votes
2answers
233 views

How to make MATLAB xUnit work on MATLAB R2008b (7.7)?

I copied the matlab_xunit folder to C:\Program Files, and included it (and its subfolders) on the MATLAB path. Now MATLAB recognizes new commands such as runtests But this command does not find any ...