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.Exceptionpublic static void parseElement(org.dom4j.Element element)
throws java.lang.Exception
java.lang.Exceptionpublic static void runEchoElement(org.dom4j.Element element)
throws java.lang.Exception
java.lang.Exceptionpublic static void runFailElement(org.dom4j.Element element)
throws java.lang.Exception
java.lang.Exceptionpublic static void runForElement(org.dom4j.Element element)
throws java.lang.Exception
java.lang.Exceptionpublic static void runFunctionCommandElement(java.lang.String classCommandName,
org.dom4j.Element commandElement)
throws java.lang.Exception
java.lang.Exceptionpublic static void runFunctionExecuteElement(org.dom4j.Element executeElement)
throws java.lang.Exception
java.lang.Exceptionpublic static void runIfElement(org.dom4j.Element element)
throws java.lang.Exception
java.lang.Exceptionpublic 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.Exceptionpublic static void runMacroExecuteElement(org.dom4j.Element executeElement,
java.lang.String macroType)
throws java.lang.Exception
java.lang.Exceptionpublic static void runMethodExecuteElement(org.dom4j.Element executeElement)
throws java.lang.Exception
java.lang.Exceptionpublic static void runReturnElement(org.dom4j.Element returnElement)
throws java.lang.Exception
java.lang.Exceptionpublic static void runSeleniumElement(org.dom4j.Element executeElement)
throws java.lang.Exception
java.lang.Exceptionpublic static void runTaskElement(org.dom4j.Element element)
throws java.lang.Exception
java.lang.Exceptionpublic static void runTestCaseCommandElement(org.dom4j.Element commandElement)
throws java.lang.Exception
java.lang.Exceptionpublic static void runTestCaseExecuteElement(org.dom4j.Element executeElement)
throws java.lang.Exception
java.lang.Exceptionpublic static void runVarElement(org.dom4j.Element element,
boolean commandVar,
boolean updateLoggerStatus)
throws java.lang.Exception
java.lang.Exceptionpublic static void runWhileElement(org.dom4j.Element element)
throws java.lang.Exception
java.lang.Exception