Test.resultsHtml
$t.resultsHtml() -> HtmlString
Description
Get an HTML block with the formatted test results.
$t = Test() // ... run tests ... Output.sendHtml($t.resultsHtml())
Get an HTML block with the formatted test results.
$t = Test() // ... run tests ... Output.sendHtml($t.resultsHtml())