public class SeleniumTestsContextManager extends Object
Constructor and Description |
---|
SeleniumTestsContextManager() |
Modifier and Type | Method and Description |
---|---|
static void |
addContextAttributeListener(IContextAttributeListener listener) |
static SeleniumTestsContext |
getGlobalContext() |
static SeleniumTestsContext |
getTestLevelContext(org.testng.ITestContext testContext) |
static SeleniumTestsContext |
getTestLevelContext(String testName) |
static SeleniumTestsContext |
getThreadContext() |
static void |
initGlobalContext(org.testng.ITestContext testNGCtx) |
static void |
initTestLevelContext(org.testng.ITestContext testNGCtx,
org.testng.xml.XmlTest xmlTest) |
static void |
initTestLevelContext(org.testng.xml.XmlTest xmlTest) |
static void |
initThreadContext() |
static void |
initThreadContext(org.testng.ITestContext testNGCtx) |
static void |
initThreadContext(org.testng.ITestContext testNGCtx,
org.testng.xml.XmlTest xmlTest) |
static void |
initThreadContext(org.testng.xml.XmlTest xmlTest) |
static boolean |
isWebTest() |
static void |
setGlobalContext(SeleniumTestsContext ctx) |
static void |
setThreadContext(SeleniumTestsContext ctx) |
public static void addContextAttributeListener(IContextAttributeListener listener)
public static SeleniumTestsContext getGlobalContext()
public static SeleniumTestsContext getTestLevelContext(org.testng.ITestContext testContext)
public static SeleniumTestsContext getTestLevelContext(String testName)
public static SeleniumTestsContext getThreadContext()
public static void initGlobalContext(org.testng.ITestContext testNGCtx)
public static void initTestLevelContext(org.testng.ITestContext testNGCtx, org.testng.xml.XmlTest xmlTest)
public static void initTestLevelContext(org.testng.xml.XmlTest xmlTest)
public static void initThreadContext()
public static void initThreadContext(org.testng.ITestContext testNGCtx)
public static void initThreadContext(org.testng.ITestContext testNGCtx, org.testng.xml.XmlTest xmlTest)
public static void initThreadContext(org.testng.xml.XmlTest xmlTest)
public static void setGlobalContext(SeleniumTestsContext ctx)
public static void setThreadContext(SeleniumTestsContext ctx)
public static boolean isWebTest()
Copyright © 2019. All rights reserved.