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,
long elapsedTime) |
void |
notifySuiteStart(String suite,
int numberOfTests) |
void |
notifyTestEnd(String name,
String stackTrace,
org.mule.munit.common.protocol.message.TestStatus status,
long elapsedTime) |
void |
notifyTestStart(String name,
String description) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic StreamNotifier(PrintStream out)
public void notifyTestStart(String name, String description)
notifyTestStart in interface org.mule.munit.common.protocol.listeners.SuiteRunEventListenerpublic void notifySuiteStart(String suite, 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.SuiteRunEventListenerpublic void notifySuiteEnd(String suite, long elapsedTime)
notifySuiteEnd in interface org.mule.munit.common.protocol.listeners.SuiteRunEventListenerCopyright © 2018. All rights reserved.