Searched defs:JSON (Results 1 - 1 of 1) sorted by relevance

/yui3/src/test/js/
H A DCoverageFormat.js10 * Returns the coverage report in JSON format. This is the straight
11 * JSON representation of the native coverage report.
13 * @return {String} A JSON-formatted string of coverage data.
14 * @method JSON
17 JSON: function(coverage){
18 return YUITest.Util.JSON.stringify(coverage);
22 * Returns the coverage report in a JSON format compatible with
27 * @return {String} A JSON-formatted string of coverage data.
40 return YUITest.Util.JSON.stringify(coverage);

Completed in 45 milliseconds