prog::testinit -- initialize
tests
Introductionprog::testinit initializes automatic tests from test
files.
Call(s)prog::testinit(string)
Parametersstring |
- | string - the name of the protocol file |
Returnsprog::testinit returns the void object null() and opens the protocol file with
name "string.res".
Related
Functionsprog::test, prog::testfunc, prog::testexit, TESTPATH
Detailsprog::testinit initializes automatic
tests (see prog::test).prog::testinit opens the protocol file named
"string.res" (see TESTPATH) and resets the test
number.