Uses of Class
com.unitedinternet.portal.selenium.utils.logging.LoggingBean

Uses of LoggingBean in com.unitedinternet.portal.selenium.utils.logging
 

Methods in com.unitedinternet.portal.selenium.utils.logging that return LoggingBean
static LoggingBean LoggingCommandProcessor.presetLoggingBean(java.lang.String commandName, java.lang.String[] args, java.lang.String result, long cmdStartMillis, long cmdEndMillis)
          Remember any selenium command with its result as an SeleniumLoggingBean.
 

Methods in com.unitedinternet.portal.selenium.utils.logging that return types with arguments of type LoggingBean
 java.util.List<LoggingBean> LoggingBean.getChildren()
           
 

Methods in com.unitedinternet.portal.selenium.utils.logging with parameters of type LoggingBean
 void LoggingBean.addChild(LoggingBean loggingBean)
           
 void XmlResultFormatter.booleanCommandLogEvent(LoggingBean loggingBean)
          Formats an selenium command which has an boolean result.
 void LoggingResultsFormatter.booleanCommandLogEvent(LoggingBean loggingBean)
          Formats an selenium command which has an boolean result.
 void HtmlResultFormatter.booleanCommandLogEvent(LoggingBean loggingBean)
          Formats an selenium command which has an boolean result.
 void XmlResultFormatter.commandLogEvent(LoggingBean loggingBean)
          Formats an selenium command.
 void LoggingResultsFormatter.commandLogEvent(LoggingBean loggingBean)
          Formats an selenium command.
 void HtmlResultFormatter.commandLogEvent(LoggingBean loggingBean)
          Formats an selenium command.
 void XmlResultFormatter.commentLogEvent(LoggingBean loggingBean)
          Format a comment.
 void LoggingResultsFormatter.commentLogEvent(LoggingBean loggingBean)
          Format a comment.
 void HtmlResultFormatter.commentLogEvent(LoggingBean loggingBean)
          Format a comment.
 void XmlResultFormatter.methodLogEvent(LoggingBean loggingBean)
          Formats a Log Event for a complete Test Method.
 void LoggingResultsFormatter.methodLogEvent(LoggingBean loggingBean)
          Formats a Log Event for a complete Test Method.
 void HtmlResultFormatter.methodLogEvent(LoggingBean loggingBean)
          Formats a Log Event for a complete Test Method.
 

Constructor parameters in com.unitedinternet.portal.selenium.utils.logging with type arguments of type LoggingBean
EventQueuePostProcessor(LoggingResultsFormatter outputFormatter, java.util.List<LoggingBean> loggingEventsQueue, TestMetricsBean seleniumTestMetrics, boolean logMethodsAsComments)
          Loop through loggingEventsQueue and output it to the formatter.
 



Copyright © 2009. All Rights Reserved.