Test.Unit.Logger
Signature
Methods
initialize: function(log (string which refers to a div ID))
start: function(testName)
finish: function(status, summary)
message: function(message)
summary: function(summary)
addLinksToResults: function()
<— These may be private
_createLogTable: function()
_toHTML: function(txt)
—>
Properties
log: Element
testName: String
lastLogLine: Element (tr)
statusCell: Element (td)
nameCell: Element (td)
messageCell: Element (td)
logsummary: Element (id = "logsummary")
loglines: Element (id = "loglines")