MatrixBerryCore
|
Public Member Functions | |
function | mlunit_test_common (in varargin) |
function | testIsVar (in self) |
function | testAbsRelCompare (in self) |
function | calc (in varargin) |
function | check (in leftArray, in rightArray) |
function | testCheckMultVar (in self) |
function | checkNSuperMaster (in errorMessage, in varargin) |
function | checkNMaster (in expTag, in expMessage, in varargin) |
function | checkN (in typeSpec, in nPlaceHolders, in expTag, in expMsg, in a, in b, in varargin) |
function | checkP (in typeSpec, in nPlaceHolders, in varargin) |
function | typeSpec2Handle (in typeSpec, in nPlaceHolders) |
function | testCheckVar (in self) |
function | checkN (in x, in typeSpec, in varargin) |
function | checkNE (in errorTag, in errorMessage, in x, in typeSpec, in varargin) |
function | checkP (in x, in typeSpec, in varargin) |
function | testThrowWarn (in self) |
function | check (in identifier, in message) |
function | testThrowError (in self) |
function | check (in identifier, in message) |
function | testGenFileName (in self) |
function | testInd2SubMat (in self) |
function | test_ismembercellstr (in self) |
function | test_isunique (in self) |
function | test_cell2tablestr (in self) |
function | check (in value, in numPrecision, in expStr) |
function | test_cellfunallelem (in self) |
function | aux_test_cellfunallelem (in self, in inpCell, in hFunc) |
function | test_subreffrontdim (in self) |
function | test_num2cell (in self) |
function | test_num2cell_empty (in self) |
function | aux_test_num2cell (in self, in inpArray) |
function | test_iscelllogical (in self) |
function | aux_test_iscellnumeric (in self, in isOk, in isEmpty) |
function | test_iscellnumeric (in self) |
function | test_isvec (in self) |
function | test_error (in self) |
function | test_parseparext_touch (in ignoredArg) |
function | test_parseparext_obligprop (in self) |
function | check () |
function | test_parseparams_duplicate (in self) |
function | check () |
function | check1 () |
function | test_parseparext_isdefspecvec (in self) |
function | expCompare () |
function | check () |
function | check2 () |
function | check3 () |
function | check4 () |
function | test_parseparext_duplicate (in self) |
function | check () |
function | check1 () |
function | test_parseparext_simple (in self) |
function | checkMaster () |
function | checkN (in varargin) |
function | checkP (in varargin) |
function | checkPInt (in varargin) |
function | test_parseparams (in self) |
function | getparse (in argList, in varargin) |
function | getval (in outCell) |
function | test_parseparams_negative (in self) |
function | test_getfirstdimsize (in self) |
function | test_checksize (in self) |
function | test_cat (in self) |
function | test_getcallernameext (in self) |
Public Member Functions inherited from mxberry::unittest::TestCase | |
function | runAndCheckError (in self, in commandStr, in expIdentifierList, in varargin) |
RUNANDCHECKERROR executes the specifies command and checks that it throws an exeption with an identifier containing the specified marker. More... | |
function | checkCode (in inpMeObj, in fieldName, in codeList) |
function | getIsCodeMatch (in inpMeObj, in checkDepth, in fieldName, in codeStr) |
function | runAndMeasureTime (in self, in varargin) |
RUNANDMEASURETIME executes the specified command and displayes a profiling report using the specified name as a marker. More... | |
Definition at line 7 of file mlunit_test_common.m.
function mxberry::core::test::mlunit_test_common::mlunit_test_common | ( | in | varargin | ) |
function mxberry::core::test::mlunit_test_common::aux_test_cellfunallelem | ( | in | self, |
in | inpCell, | ||
in | hFunc | ||
) |
function mxberry::core::test::mlunit_test_common::aux_test_iscellnumeric | ( | in | self, |
in | isOk, | ||
in | isEmpty | ||
) |
function mxberry::core::test::mlunit_test_common::aux_test_num2cell | ( | in | self, |
in | inpArray | ||
) |
function mxberry::core::test::mlunit_test_common::calc | ( | in | varargin | ) |
function mxberry::core::test::mlunit_test_common::check | ( | in | leftArray, |
in | rightArray | ||
) |
function mxberry::core::test::mlunit_test_common::check | ( | in | identifier, |
in | message | ||
) |
function mxberry::core::test::mlunit_test_common::check | ( | in | identifier, |
in | message | ||
) |
function mxberry::core::test::mlunit_test_common::check | ( | in | value, |
in | numPrecision, | ||
in | expStr | ||
) |
function mxberry::core::test::mlunit_test_common::check | ( | ) |
function mxberry::core::test::mlunit_test_common::check | ( | ) |
function mxberry::core::test::mlunit_test_common::check | ( | ) |
function mxberry::core::test::mlunit_test_common::check | ( | ) |
function mxberry::core::test::mlunit_test_common::check1 | ( | ) |
function mxberry::core::test::mlunit_test_common::check1 | ( | ) |
function mxberry::core::test::mlunit_test_common::check2 | ( | ) |
function mxberry::core::test::mlunit_test_common::check3 | ( | ) |
function mxberry::core::test::mlunit_test_common::check4 | ( | ) |
function mxberry::core::test::mlunit_test_common::checkMaster | ( | ) |
function mxberry::core::test::mlunit_test_common::checkN | ( | in | typeSpec, |
in | nPlaceHolders, | ||
in | expTag, | ||
in | expMsg, | ||
in | a, | ||
in | b, | ||
in | varargin | ||
) |
function mxberry::core::test::mlunit_test_common::checkN | ( | in | x, |
in | typeSpec, | ||
in | varargin | ||
) |
function mxberry::core::test::mlunit_test_common::checkN | ( | in | varargin | ) |
function mxberry::core::test::mlunit_test_common::checkNE | ( | in | errorTag, |
in | errorMessage, | ||
in | x, | ||
in | typeSpec, | ||
in | varargin | ||
) |
function mxberry::core::test::mlunit_test_common::checkNMaster | ( | in | expTag, |
in | expMessage, | ||
in | varargin | ||
) |
function mxberry::core::test::mlunit_test_common::checkNSuperMaster | ( | in | errorMessage, |
in | varargin | ||
) |
function mxberry::core::test::mlunit_test_common::checkP | ( | in | typeSpec, |
in | nPlaceHolders, | ||
in | varargin | ||
) |
function mxberry::core::test::mlunit_test_common::checkP | ( | in | x, |
in | typeSpec, | ||
in | varargin | ||
) |
function mxberry::core::test::mlunit_test_common::checkP | ( | in | varargin | ) |
function mxberry::core::test::mlunit_test_common::checkPInt | ( | in | varargin | ) |
function mxberry::core::test::mlunit_test_common::expCompare | ( | ) |
function mxberry::core::test::mlunit_test_common::getparse | ( | in | argList, |
in | varargin | ||
) |
function mxberry::core::test::mlunit_test_common::getval | ( | in | outCell | ) |
function mxberry::core::test::mlunit_test_common::test_cat | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_cell2tablestr | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_cellfunallelem | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_checksize | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_error | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_getcallernameext | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_getfirstdimsize | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_iscelllogical | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_iscellnumeric | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_ismembercellstr | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_isunique | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_isvec | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_num2cell | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_num2cell_empty | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_parseparams | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_parseparams_duplicate | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_parseparams_negative | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_parseparext_duplicate | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_parseparext_isdefspecvec | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_parseparext_obligprop | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_parseparext_simple | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::test_parseparext_touch | ( | in | ignoredArg | ) |
function mxberry::core::test::mlunit_test_common::test_subreffrontdim | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::testAbsRelCompare | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::testCheckMultVar | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::testCheckVar | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::testGenFileName | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::testInd2SubMat | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::testIsVar | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::testThrowError | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::testThrowWarn | ( | in | self | ) |
function mxberry::core::test::mlunit_test_common::typeSpec2Handle | ( | in | typeSpec, |
in | nPlaceHolders | ||
) |