Mule Module for Asserting
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.munit
org.mule.munit.config
org.mule.munit.config.spring
org.mule.munit.test
org.mule.munit.test.result
org.mule.munit.test.result.notification
Interfaces
NotificationListener
Classes
DummyNotificationListener
Notification
StreamNotificationListener
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
NotificationListener
org.mule.munit.test.result.notification.NotificationListener
Known Indirect Subclasses
DummyNotificationListener
,
StreamNotificationListener
DummyNotificationListener
StreamNotificationListener
Summary
Public Methods
abstract void
notify
(
TestResult
testResult)
abstract void
notifyStartOf
(
Test
test)
Public Methods
public abstract void
notify
(
TestResult
testResult)
Parameters
testResult
public abstract void
notifyStartOf
(
Test
test)
Parameters
test