Version 1 of TclTestResult js Object

Updated 2016-01-27 14:26:29 by dbohdan

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