299. Testsuite

Main testsuite module

299.1. Authors

  • Michal Svec <msvec@suse.cz>

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

    299.3. Global Functions

    299.3.1. Dump

    Dump value to the testsuite output (keyword: Dump)

    Function parameters

    • any output

    Return value

    • void

    299.3.2. DumpFile

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

    Function parameters

    • string filename

    Return value

    • void

    299.3.3. Init

    Function parameters

    • list<any> INPUT

    • any DEFAULT

    Return value

    • list - of various SCR return values

    299.3.4. Test

    Function parameters

    • any FUNCTION

    • list<any> INPUT

    • any DEFAULT

    Return value

    • any - whatever the FUNCTION returns

    299.4. Global Variables

    299.5. Module Requirements

    none