|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.unitedinternet.portal.selenium.utils.logging.EventQueuePostProcessor
public class EventQueuePostProcessor
Post process LoggingBean events queue. Combine single Wait-events to one Summarize time spent in methods
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 |
---|
public EventQueuePostProcessor(LoggingResultsFormatter outputFormatter, java.util.List<LoggingBean> loggingEventsQueue, TestMetricsBean seleniumTestMetrics, boolean logMethodsAsComments)
outputFormatter
- formatter handling formatting and storing of the gathered log-eventsloggingEventsQueue
- all logging events including every event inside a wait and commands not to be loggedseleniumTestMetrics
- some basic metrics and an brief abstract of the test run
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |