277. Testsuite

Main testsuite module

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

    277.2. Global Functions

    277.2.1. Dump

    Dump value to the testsuite output (keyword: Dump)

    Function parameters

    • any output

    Return value

    • void

    277.2.2. DumpFile

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

    Function parameters

    • string filename

    Return value

    • void

    277.2.3. Init

    Function parameters

    • list<any> INPUT

    • any DEFAULT

    Return value

    • list - of various SCR return values

    277.2.4. Test

    Function parameters

    • any FUNCTION

    • list<any> INPUT

    • any DEFAULT

    Return value

    • any - whatever the FUNCTION returns

    277.3. Global Variables

    277.4. Module Requirements

    none