Version 0 of TclTestResult js Object

Updated 2011-08-28 07:52:14 by apw

TclTestResult

A javascript Object as used in incr Tcl in Javascript. Instantiation:

Parameters

  • interp
  • test_name
  • test_description
  • expected_result
  • result

A container for storing the result of a tcltest Tcl test case, including an error message for a failing test etc.

to be filled