class ExportTestCaseHelper extends Object
Constructor and description |
---|
ExportTestCaseHelper
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
addTestCaseVariableToMethod(String testCaseId, Object scriptClassInstance) |
|
static void |
callTestCase(TestCase calledTestCase, Map<String, Object> bindings, FailureHandling flowControl) |
|
static Object |
cleanUpTest(Class<?> scriptClass) |
|
static List<Method> |
findAllMethodForClassWithAnotation(Class<?> scriptClass, Class<?> annotationClass) |
|
static String |
getDriverFromString(String driver) |
|
static String |
getImportString(ClassNode classNode) |
|
static File |
getLogFileFromLogFolderLocation(String logFolderLocation) |
|
static ClassNode |
getMainClassNode(List<ASTNode> astNodes) |
|
static Object |
prepareTest(String testCaseId, String projectLocation, String driverType, String driverLocation, int pageLoadTimeout, int waitForIEHang, String logFolderLocation, Object scriptClass) |