public class ApiTestDriver extends Object
| Constructor and Description |
|---|
ApiTestDriver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
static String |
getTestClass(ServiceObject apiObject)
gets the test class based on the csv file name eg.
|
void |
initTest(ServiceObject apiObject)
initialized testInfo with testId as key runs before test adds current driver
info to test object note: each row in csv is treated as separte test, with
separte test object test logs And config are shared by test class object,
which is the csv file name
|
static boolean |
isTestComplete() |
static void |
setTestId(ServiceObject apiObject) |
public static void setTestId(ServiceObject apiObject)
public static String getTestClass(ServiceObject apiObject)
apiObject - public void initTest(ServiceObject apiObject)
driverObject - public static boolean isTestComplete()
public String getClassName()
Copyright © 2019. All rights reserved.