Code covered by the BSD License  

Highlights from
Test Tools - Utilities for unit tests

from Test Tools - Utilities for unit tests by Jay St. Pierre
Tools that facilitate debugging or writing unit test for MATLAB functions.

Contents.m
% Test Tools - utilities for unit tests
% Version 1.2 (JASP) 26-Jul-2009
% ========================================================================
% Copyright (c) 2000-2009, Jay A. St. Pierre.  All rights reserved.
% This software is licensed under the terms of the BSD license.
% See the file license.txt that came with the software for more details.
% ========================================================================
%
%   disp_value        - display the value of an expression
%   disp_test_title   - display a test name
%   disp_test_name    - display a subtest name
%   disp_num_failures - display number of test failures
%
%   check_err   - verify an expected error message
%   check_warn  - verify an expected warning message
%   check_value - compare a test value with an expected value
%   check_float - specifically checks floating point numbers
%
%   set_val - sets, displays variable value without expanding value
%
%   time     - times a script/function call
%   timesim  - times a Simulink model run


% Package: $Name: test_tools-1_2 $
% File: $Revision: 1.7 $
% $Date: 2009-07-26 20:41:24 $

Contact us at files@mathworks.com