Package | Description |
---|---|
org.apache.commons.latka | |
org.apache.commons.latka.event | |
org.apache.commons.latka.junit |
Modifier and Type | Method and Description |
---|---|
void |
DefaultLatkaEventInfo.reportMessage(ReportMessageEvent event)
Invoked if a Latka suite wants to send a message to the
report generated for the test.
|
void |
XMLReporter.reportMessage(ReportMessageEvent event)
Add the
message of the provided
event to the XML document as a <reportMessage> element with text |
Modifier and Type | Method and Description |
---|---|
void |
LatkaEventListener.reportMessage(ReportMessageEvent event)
Invoked if a Latka suite wants to send a message to the
report generated for the test.
|
void |
LatkaEventPublisher.reportMessage(ReportMessageEvent event)
send the supplied event to all listeners
|
Modifier and Type | Method and Description |
---|---|
void |
JUnitEventReporter.reportMessage(ReportMessageEvent event)
This method is currently ignored by the JUnitEventReporter.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.