test/js/TestFormat.js:1
An object object containing test result formatting methods.
JSONresult
Defined in
test/js/TestFormat.js:33
Returns test results formatted as a JSON string. Requires JSON utility.
result
Object
The results object created by TestRunner.
A JSON-formatted string of results.
JUnitXMLresult
Defined in
test/js/TestFormat.js:83
Returns test results formatted in JUnit XML format.
result
Object
The results object created by TestRunner.
An XML-formatted string of results.
TAPresult
Defined in
test/js/TestFormat.js:159
Returns test results formatted in TAP format. For more information, see Test Anything Protocol.
result
Object
The results object created by TestRunner.
A TAP-formatted string of results.
XMLresult
Defined in
test/js/TestFormat.js:44
Returns test results formatted as an XML string.
result
Object
The results object created by TestRunner.
An XML-formatted string of results.