public abstract class RunMessageNotifier extends Object implements RunEventListener
Abstract RunMessageNotifier class.
| Constructor and Description |
|---|
RunMessageNotifier() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
init() |
void |
notifyAfterSuiteEnd(String name,
String stackTrace,
TestStatus status) |
void |
notifyAfterSuiteStart(String name) |
void |
notifyBeforeSuiteEnd(String name,
String stackTrace,
TestStatus status) |
void |
notifyBeforeSuiteStart(String name) |
void |
notifyContainerFailure(String stackTrace) |
void |
notifyContainerFailure(String suite,
String parameterization,
String stackTrace) |
void |
notifyCoverageReport(String coverageReportJson) |
void |
notifyRunFinish() |
void |
notifyRunStart() |
void |
notifySuiteEnd(String suite,
String parameterization,
long elapsedTime) |
void |
notifySuiteStart(String path,
String parameterization,
int numberOfTests) |
void |
notifySuiteUnexpectedError(String name,
String stackTrace) |
void |
notifyTestEnd(String name,
String stackTrace,
TestStatus status,
long elapsedTime) |
void |
notifyTestStart(String name,
String description,
boolean isIgnored) |
void |
notifyUnexpectedError(String stackTrace) |
abstract void |
sendMessage(String message) |
void |
setRunToken(String runToken) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnotifyUnknownprotected String runToken
public void setRunToken(String runToken)
public void notifyRunStart()
notifyRunStart in interface RemoteRunEventListenerpublic void notifySuiteStart(String path, String parameterization, int numberOfTests)
notifySuiteStart in interface SuiteRunEventListenerpublic void notifyContainerFailure(String stackTrace)
notifyContainerFailure in interface RemoteRunEventListenerpublic void notifyContainerFailure(String suite, String parameterization, String stackTrace)
notifyContainerFailure in interface RemoteRunEventListenerpublic void notifyBeforeSuiteStart(String name)
notifyBeforeSuiteStart in interface SuiteRunEventListenerpublic void notifyBeforeSuiteEnd(String name, String stackTrace, TestStatus status)
notifyBeforeSuiteEnd in interface SuiteRunEventListenerpublic void notifyTestStart(String name, String description, boolean isIgnored)
notifyTestStart in interface SuiteRunEventListenerpublic void notifyTestEnd(String name, String stackTrace, TestStatus status, long elapsedTime)
notifyTestEnd in interface SuiteRunEventListenerpublic void notifyAfterSuiteStart(String name)
notifyAfterSuiteStart in interface SuiteRunEventListenerpublic void notifyAfterSuiteEnd(String name, String stackTrace, TestStatus status)
notifyAfterSuiteEnd in interface SuiteRunEventListenerpublic void notifySuiteEnd(String suite, String parameterization, long elapsedTime)
notifySuiteEnd in interface SuiteRunEventListenerpublic void notifyCoverageReport(String coverageReportJson)
notifyCoverageReport in interface RemoteRunEventListenerpublic void notifyRunFinish()
notifyRunFinish in interface RemoteRunEventListenerpublic void notifyUnexpectedError(String stackTrace)
notifyUnexpectedError in interface RemoteRunEventListenerpublic void notifySuiteUnexpectedError(String name, String stackTrace)
notifySuiteUnexpectedError in interface SuiteRunEventListenerpublic abstract void sendMessage(String message)
Copyright © 2019. All rights reserved.