blob: c49163720b6f514c0beb6c2dbba4cfe460e85b36 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.test.runners.notification.Failure",
"baseClassname": ""
,
"description": "The result of a failed test.",
"members": [
{ "type": "method",
"qname": "org.apache.royale.test.runners.notification.Failure",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"return": "",
"params": [{ "name": "description", "type": "String"},
{ "name": "exception", "type": "Error"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "description",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The description of the test that failed."},
{ "type": "accessor",
"access": "read-only",
"return": "Error",
"qname": "exception",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The exception that caused the test to fail."},
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "stackTrace",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The exception's stack trace."},
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "message",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The exception's message."}]
}