com.unitedinternet.portal.selenium.utils.logging
Class EventQueuePostProcessor

java.lang.Object
  extended by com.unitedinternet.portal.selenium.utils.logging.EventQueuePostProcessor

public class EventQueuePostProcessor
extends java.lang.Object

Post process LoggingBean events queue. Combine single Wait-events to one Summarize time spent in methods

Author:
Robert Zimmermann $Id: EventQueuePostProcessor.java 130 2008-07-21 15:19:53Z bobbyde $

Constructor Summary
EventQueuePostProcessor(LoggingResultsFormatter outputFormatter, java.util.List<LoggingBean> loggingEventsQueue, TestMetricsBean seleniumTestMetrics, boolean logMethodsAsComments)
          Loop through loggingEventsQueue and output it to the formatter.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventQueuePostProcessor

public EventQueuePostProcessor(LoggingResultsFormatter outputFormatter,
                               java.util.List<LoggingBean> loggingEventsQueue,
                               TestMetricsBean seleniumTestMetrics,
                               boolean logMethodsAsComments)
Loop through loggingEventsQueue and output it to the formatter. Right now filtering is included to feed HtmlResultsFormatter the same way it was donne in 1.0

Parameters:
outputFormatter - formatter handling formatting and storing of the gathered log-events
loggingEventsQueue - all logging events including every event inside a wait and commands not to be logged
seleniumTestMetrics - some basic metrics and an brief abstract of the test run


Copyright © 2009. All Rights Reserved.