| Package | Description |
|---|---|
| org.mule.munit.common.protocol.listeners | |
| org.mule.munit.common.protocol.message | |
| org.mule.munit.common.protocol.notifiers |
| Modifier and Type | Method and Description |
|---|---|
default void |
SuiteRunEventListener.notifyAfterSuiteEnd(String name,
String stackTrace,
TestStatus status) |
void |
RunEventListenerContainer.notifyAfterSuiteEnd(String name,
String stackTrace,
TestStatus status) |
default void |
SuiteRunEventListener.notifyBeforeSuiteEnd(String name,
String stackTrace,
TestStatus status) |
void |
RunEventListenerContainer.notifyBeforeSuiteEnd(String name,
String stackTrace,
TestStatus status) |
default void |
SuiteRunEventListener.notifyTestEnd(String name,
String stackTrace,
TestStatus status,
long elapsedTime) |
void |
RunEventListenerContainer.notifyTestEnd(String name,
String stackTrace,
TestStatus status,
long elapsedTime) |
| Modifier and Type | Method and Description |
|---|---|
TestStatus |
RunMessage.getStatus(String key) |
static TestStatus |
TestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestStatus[] |
TestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunMessageNotifier.notifyAfterSuiteEnd(String name,
String stackTrace,
TestStatus status) |
void |
RunMessageNotifier.notifyBeforeSuiteEnd(String name,
String stackTrace,
TestStatus status) |
void |
RunMessageNotifier.notifyTestEnd(String name,
String stackTrace,
TestStatus status,
long elapsedTime) |
Copyright © 2020. All rights reserved.