public class

StreamNotificationListener

extends Object
implements NotificationListener
java.lang.Object
   ↳ org.mule.munit.test.result.notification.StreamNotificationListener

Summary

Fields
private boolean debugMode
private PrintStream out
Public Constructors
StreamNotificationListener(PrintStream out)
Public Methods
void notify(TestResult testResult)
void notifyStartOf(Test test)
void setDebugMode(boolean debugMode)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.mule.munit.test.result.notification.NotificationListener

Fields

private boolean debugMode

private PrintStream out

Public Constructors

public StreamNotificationListener (PrintStream out)

Parameters
out

Public Methods

public void notify (TestResult testResult)

Parameters
testResult

public void notifyStartOf (Test test)

Parameters
test

public void setDebugMode (boolean debugMode)

Parameters
debugMode