munit_applications.m
来自「时间序列分析中很用的源码,书的原名为时间序列分析的小波方法.」· M 代码 · 共 69 行
M
69 行
%****m* munit/Applications%% NAME% MUnit Applications%% DESCRIPTION% The MUnit test framework consists of several applications% to execute and manage the test cases and test suites.% The application functions are categorized as:%% * Drivers -- execute test cases and test suites.% * Utilities -- manage test cases and test suites.%% TOOLBOX% munit/munit%% CATEGORY%%%***%****m* Applications/Drivers%% NAME% MUnit Drivers -- MUnit applications for executing test cases and test suites.%% DESCRIPTION% The MUnit driver applications are functions to be run from the % command shell to execute a test case or a test suite.%% Driver applications include:% * run_tcase% * run_tsuite% %***%****m* Applications/Utilities%% NAME% MUnit Utilities -- MUnit applications analyzing and listing test cases and suites.%% DESCRIPTION% The MUnit utility applications are functions to be run from the % command shell to analyze and list a test case or a test suite.%% Utility applications include:% * list_tcase% * list_tsuite%%***% AUTHOR% Charlie Cornish%% CREATION DATE%%% COPYRIGHT%%% CREDITS%%% REVISION% $Revision: 85 $%% $Id: MUnit_Applications.m 85 2005-02-15 04:27:04Z ccornish $
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?