blob: c6b3adda8daacd3e9c5f3923f1d7f958d4387f92 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.test.runners.notification.Result",
"baseClassname": ""
,
"description": "The result of a test run.",
"members": [
{ "type": "method",
"qname": "org.apache.royale.test.runners.notification.Result",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-only",
"return": "int",
"qname": "failCount",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The number of tests that failed."},
{ "type": "accessor",
"access": "read-only",
"return": "Vector.<org.apache.royale.test.runners.notification.Failure>",
"qname": "failures",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The collection of test failures."},
{ "type": "accessor",
"access": "read-only",
"return": "int",
"qname": "ignoreCount",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The number of tests that were ignored."},
{ "type": "accessor",
"access": "read-only",
"return": "int",
"qname": "runCount",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The number of tests that were run, whether they passed or failed."},
{ "type": "accessor",
"access": "read-only",
"return": "Number",
"qname": "runTime",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The total run time of the test run, in milliseconds."},
{ "type": "accessor",
"access": "read-only",
"return": "Boolean",
"qname": "successful",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Indicates if the test run was successful or not."},
{ "type": "method",
"qname": "createListener",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "For internal use only.",
"return": "org.apache.royale.test.runners.notification.IRunListener",
"params": []}
]
}