./
mgunit.pro
topmgunit
mgunit [, tests] [, filename=string] [, /html] [, /gui] [, /color] [, npass=long] [, nfail=long] [, ntests=long]
Runs unit tests.
Parameters
- tests in optional type=strarr
array of test suites and/or test cases
Keywords
- filename in optional type=string
name of file to send output to; if not present sends output to the output log
- html in optional type=boolean
set to indicate HTML output instead of plain text
- gui in optional type=boolean
set to bring up an interactive GUI to run the tests
- color in optional type=boolean
set to print color output to the output log
- npass out optional type=long
number of tests that passed
- nfail out optional type=long
number of tests that failed
- ntests out optional type=long
number of tests
File attributes
Modification date: | Wed Apr 22 23:28:57 2009 |
Lines: | 58 |
Docformat: | rst rst |