blob: 5a46660b85f3ea83f84cf479313b5bef29e51e62 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.test.runners.notification.IRunNotifier",
"description": "Listens for notifications from an <code>ITestRunner</code>.",
"members": [
{ "type": "method",
"qname": "fireTestStarted",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Notification when an individual test has started.",
"return": "void",
"params": [{ "name": "description", "type": "String"}]}
,
{ "type": "method",
"qname": "fireTestFinished",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Notification when an individual test has finished, regardless of whether it passed or failed.",
"return": "void",
"params": [{ "name": "description", "type": "String"}]}
,
{ "type": "method",
"qname": "fireTestFailure",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Notification when an individual test has failed.",
"return": "void",
"params": [{ "name": "failure", "type": "org.apache.royale.test.runners.notification.Failure"}]}
,
{ "type": "method",
"qname": "fireTestIgnored",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Notification when an individual test was ignored.",
"return": "void",
"params": [{ "name": "description", "type": "String"}]}
,
{ "type": "method",
"qname": "fireTestRunStarted",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Notification when a test run has started.",
"return": "void",
"params": [{ "name": "description", "type": "String"}]}
,
{ "type": "method",
"qname": "fireTestRunFinished",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Notification when a test run has finished.",
"return": "void",
"params": [{ "name": "result", "type": "org.apache.royale.test.runners.notification.Result"}]}
,
{ "type": "method",
"qname": "addListener",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Adds a listener.",
"return": "void",
"params": [{ "name": "listener", "type": "org.apache.royale.test.runners.notification.IRunListener"}]}
,
{ "type": "method",
"qname": "addFirstListener",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Adds a listener to the beginning of the collection of listeners.",
"return": "void",
"params": [{ "name": "listener", "type": "org.apache.royale.test.runners.notification.IRunListener"}]}
,
{ "type": "method",
"qname": "removeListener",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Removes a listener.",
"return": "void",
"params": [{ "name": "listener", "type": "org.apache.royale.test.runners.notification.IRunListener"}]}
,
{ "type": "method",
"qname": "removeAllListeners",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Removes all listeners.",
"return": "void",
"params": []}
]
}