public class StreamNotifier extends Object implements org.mule.munit.common.protocol.listeners.RunEventListener
Prints friendly messages of the test results through a given PrintStream
| Constructor and Description |
|---|
StreamNotifier(PrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
notifySuiteEnd(String suite,
String parameterization,
long elapsedTime) |
void |
notifySuiteStart(String suite,
String parameterization,
int numberOfTests) |
void |
notifyTestEnd(String name,
String stackTrace,
org.mule.munit.common.protocol.message.TestStatus status,
long elapsedTime) |
void |
notifyTestStart(String name,
String description,
boolean isIgnored) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic StreamNotifier(PrintStream out)
public void notifyTestStart(String name, String description, boolean isIgnored)
notifyTestStart in interface org.mule.munit.common.protocol.listeners.SuiteRunEventListenerpublic void notifySuiteStart(String suite, String parameterization, int numberOfTests)
notifySuiteStart in interface org.mule.munit.common.protocol.listeners.SuiteRunEventListenerpublic void notifyTestEnd(String name, String stackTrace, org.mule.munit.common.protocol.message.TestStatus status, long elapsedTime)
notifyTestEnd in interface org.mule.munit.common.protocol.listeners.SuiteRunEventListenerCopyright © 2019. All rights reserved.