public final class CommandLoggerHandler
extends java.lang.Object
Constructor and Description |
---|
CommandLoggerHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
failCommand(org.dom4j.Element element) |
static java.lang.String |
getCommandLogText() |
static int |
getErrorLinkId() |
static void |
logClassCommandName(java.lang.String classCommandName) |
static void |
logExternalMethodCommand(org.dom4j.Element element,
java.util.List<java.lang.String> arguments,
java.lang.String returnValue) |
static void |
logMessage(org.dom4j.Element element) |
static void |
logSeleniumCommand(org.dom4j.Element element,
java.util.List<java.lang.String> arguments) |
static void |
passCommand(org.dom4j.Element element) |
static void |
startCommand(org.dom4j.Element element) |
static void |
startRunning() |
static void |
stopRunning() |
static void |
warnCommand(org.dom4j.Element element) |
public static void failCommand(org.dom4j.Element element) throws PoshiRunnerLoggerException
PoshiRunnerLoggerException
public static java.lang.String getCommandLogText()
public static int getErrorLinkId()
public static void logClassCommandName(java.lang.String classCommandName)
public static void logExternalMethodCommand(org.dom4j.Element element, java.util.List<java.lang.String> arguments, java.lang.String returnValue) throws java.lang.Exception
java.lang.Exception
public static void logMessage(org.dom4j.Element element) throws PoshiRunnerLoggerException
PoshiRunnerLoggerException
public static void logSeleniumCommand(org.dom4j.Element element, java.util.List<java.lang.String> arguments)
public static void passCommand(org.dom4j.Element element)
public static void startCommand(org.dom4j.Element element) throws PoshiRunnerLoggerException
PoshiRunnerLoggerException
public static void startRunning()
public static void stopRunning()
public static void warnCommand(org.dom4j.Element element) throws PoshiRunnerLoggerException
PoshiRunnerLoggerException