230. Testsuite

Main testsuite module

230.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

    230.2. Global Functions

    230.2.1. Dump

    Dump value to the testsuite output (keyword: Dump)

    Function parameters

    • any output

    Return value

    • void

    230.2.2. DumpFile

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

    Function parameters

    • string filename

    Return value

    • void

    230.2.3. Init

    Function parameters

    • list<any> INPUT

    • any DEFAULT

    Return value

    • list - of various SCR return values

    230.2.4. Test

    Function parameters

    • any FUNCTION

    • list<any> INPUT

    • any DEFAULT

    Return value

    • any - whatever the FUNCTION returns

    230.3. Global Variables

    230.4. Module Requirements

    none