Uses of Class
org.apache.commons.latka.event.ReportMessageEvent

Packages that use ReportMessageEvent
org.apache.commons.latka   
org.apache.commons.latka.event   
org.apache.commons.latka.junit   
 

Uses of ReportMessageEvent in org.apache.commons.latka
 

Methods in org.apache.commons.latka with parameters of type ReportMessageEvent
 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
 

Uses of ReportMessageEvent in org.apache.commons.latka.event
 

Methods in org.apache.commons.latka.event with parameters of type ReportMessageEvent
 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
 

Uses of ReportMessageEvent in org.apache.commons.latka.junit
 

Methods in org.apache.commons.latka.junit with parameters of type ReportMessageEvent
 void JUnitEventReporter.reportMessage(ReportMessageEvent event)
          This method is currently ignored by the JUnitEventReporter.
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.