244. Testsuite

Main testsuite module

244.1. Summary of Module Globals

List of Global Functions

  • Dump - Dump value to the testsuite output (keyword: Dump)

  • DumpFile - Dump file contents to the testsuite output (keyword: File)

  • Init -

  • Test -

List of Global Variables

    244.2. Global Functions

    244.2.1. Dump

    Dump value to the testsuite output (keyword: Dump)

    Function parameters

    • any output

    Return value

    • void

    244.2.2. DumpFile

    Dump file contents to the testsuite output (keyword: File)

    Function parameters

    • string filename

    Return value

    • void

    244.2.3. Init

    Function parameters

    • list<any> INPUT

    • any DEFAULT

    Return value

    • list - of various SCR return values

    244.2.4. Test

    Function parameters

    • any FUNCTION

    • list<any> INPUT

    • any DEFAULT

    Return value

    • any - whatever the FUNCTION returns

    244.3. Global Variables

    244.4. Module Requirements

    none