<TestResult>

JavaScript: lz.TestResult
extends <DebugObject> » <view> » <node> » lz.Eventable »
A TestResult accumulates the results of a test run: the total number of tests run, the number of failures, and the number of errors. A TestResult is automatically created by a TestSuite and included as its first child view so the results of the test suite will be displayed. See the documentation for <TestSuite> for an example of this tag.

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
messages expression any   read/write
   

Attributes inherited from <DebugObject>

debugWrite

Methods

construct()
TestResult.construct(parent, args);
Parameter Name Type Description
parent    
args    

toString()
TestResult.toString();

Methods inherited from <DebugObject>

jsTrue, xmlequals, xmlstringequals

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy