Code covered by the BSD License  

Highlights from
Data Manipulation Toolbox

from Data Manipulation Toolbox by Dahua Lin
Manipulation of data such as string, array, cell array and struct, and a unit testing framework

Contents.m
% TESTS
%
% Files
%   tassert          - Testing an assertion
%   tassert_class    - Testing an assertion on the class of a value
%   tassert_empty    - Test an assertion that a variable is empty
%   tassert_eq       - Testing an assertion of equality
%   tassert_exc      - Tests the assertion on exception 
%   testunit_example - A set of examples showing how to use the unit testing

Contact us at files@mathworks.com