Code covered by the BSD License  

Highlights from
MATLAB xUnit Test Framework

image thumbnail
from MATLAB xUnit Test Framework by Steve Eddins
MATLAB xUnit is a unit test framework for MATLAB code.

test_thatPasses
function test_suite = test_thatPasses
initTestSuite;

function test_case
assertTrue(true);

Contact us at files@mathworks.com