blob: da408ebd6d35a5296a9a5d42fe046ba546330521 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.test.runners.notification.IRunListener",
"description": "Responds to events that occur during a test run.",
"members": [
{ "type": "method",
"qname": "testStarted",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Called when an individual test has started.",
"return": "void",
"params": [{ "name": "description", "type": "String"}]}
,
{ "type": "method",
"qname": "testFinished",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Called when an individual test has finished, regardless of whether it has passed or failed.",
"return": "void",
"params": [{ "name": "description", "type": "String"}]}
,
{ "type": "method",
"qname": "testFailure",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Called when an individual test has failed.",
"return": "void",
"params": [{ "name": "failure", "type": "org.apache.royale.test.runners.notification.Failure"}]}
,
{ "type": "method",
"qname": "testIgnored",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Called when an individual test was ignored.",
"return": "void",
"params": [{ "name": "description", "type": "String"}]}
,
{ "type": "method",
"qname": "testRunStarted",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Called when a test run has started.",
"return": "void",
"params": [{ "name": "description", "type": "String"}]}
,
{ "type": "method",
"qname": "testRunFinished",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Called when a test run has finished.",
"return": "void",
"params": [{ "name": "result", "type": "org.apache.royale.test.runners.notification.Result"}]}
]
}