test/js/TestFormat.js:1
An object object containing test result formatting methods.
JSON
result
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.
JUnitXML
result
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.
TAP
result
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.
XML
result
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.