public class PoshiRunnerExecutor
extends java.lang.Object
Constructor and Description |
---|
PoshiRunnerExecutor() |
Modifier and Type | Method and Description |
---|---|
static boolean |
evaluateConditionalElement(org.dom4j.Element element) |
static void |
parseElement(org.dom4j.Element element) |
static void |
runEchoElement(org.dom4j.Element element) |
static void |
runFailElement(org.dom4j.Element element) |
static void |
runForElement(org.dom4j.Element element) |
static void |
runFunctionCommandElement(java.lang.String classCommandName,
org.dom4j.Element commandElement) |
static void |
runFunctionExecuteElement(org.dom4j.Element executeElement) |
static void |
runIfElement(org.dom4j.Element element) |
static java.util.Map<java.lang.String,java.lang.String> |
runMacroCommandElement(java.lang.String classCommandName,
org.dom4j.Element commandElement) |
static void |
runMacroExecuteElement(org.dom4j.Element executeElement,
java.lang.String macroType) |
static void |
runMethodExecuteElement(org.dom4j.Element executeElement) |
static void |
runReturnElement(org.dom4j.Element returnElement) |
static void |
runSeleniumElement(org.dom4j.Element executeElement) |
static void |
runTaskElement(org.dom4j.Element element) |
static void |
runTestCaseCommandElement(org.dom4j.Element commandElement) |
static void |
runTestCaseExecuteElement(org.dom4j.Element executeElement) |
static void |
runVarElement(org.dom4j.Element element,
boolean commandVar,
boolean updateLoggerStatus) |
static void |
runWhileElement(org.dom4j.Element element) |
public static boolean evaluateConditionalElement(org.dom4j.Element element) throws java.lang.Exception
java.lang.Exception
public static void parseElement(org.dom4j.Element element) throws java.lang.Exception
java.lang.Exception
public static void runEchoElement(org.dom4j.Element element) throws java.lang.Exception
java.lang.Exception
public static void runFailElement(org.dom4j.Element element) throws java.lang.Exception
java.lang.Exception
public static void runForElement(org.dom4j.Element element) throws java.lang.Exception
java.lang.Exception
public static void runFunctionCommandElement(java.lang.String classCommandName, org.dom4j.Element commandElement) throws java.lang.Exception
java.lang.Exception
public static void runFunctionExecuteElement(org.dom4j.Element executeElement) throws java.lang.Exception
java.lang.Exception
public static void runIfElement(org.dom4j.Element element) throws java.lang.Exception
java.lang.Exception
public static java.util.Map<java.lang.String,java.lang.String> runMacroCommandElement(java.lang.String classCommandName, org.dom4j.Element commandElement) throws java.lang.Exception
java.lang.Exception
public static void runMacroExecuteElement(org.dom4j.Element executeElement, java.lang.String macroType) throws java.lang.Exception
java.lang.Exception
public static void runMethodExecuteElement(org.dom4j.Element executeElement) throws java.lang.Exception
java.lang.Exception
public static void runReturnElement(org.dom4j.Element returnElement) throws java.lang.Exception
java.lang.Exception
public static void runSeleniumElement(org.dom4j.Element executeElement) throws java.lang.Exception
java.lang.Exception
public static void runTaskElement(org.dom4j.Element element) throws java.lang.Exception
java.lang.Exception
public static void runTestCaseCommandElement(org.dom4j.Element commandElement) throws java.lang.Exception
java.lang.Exception
public static void runTestCaseExecuteElement(org.dom4j.Element executeElement) throws java.lang.Exception
java.lang.Exception
public static void runVarElement(org.dom4j.Element element, boolean commandVar, boolean updateLoggerStatus) throws java.lang.Exception
java.lang.Exception
public static void runWhileElement(org.dom4j.Element element) throws java.lang.Exception
java.lang.Exception