@Deprecated public class Thucydides extends Object
Constructor and Description |
---|
Thucydides()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
done()
Deprecated.
Indicate that the test run using this object is finished, and reports can be generated.
|
static SessionMap<Object,Object> |
getCurrentSession()
Deprecated.
|
static String |
getCurrentSessionID()
Deprecated.
|
static String |
getDefaultProjectKey()
Deprecated.
|
static org.openqa.selenium.firefox.FirefoxProfile |
getFirefoxProfile()
Deprecated.
|
static StepListener |
getStepListener()
Deprecated.
|
static void |
ignoredStep(String reason)
Deprecated.
|
static void |
initialize(Object testCase)
Deprecated.
|
static void |
initializeTestSession()
Deprecated.
|
static void |
initializeWithNoStepListener(Object testCase)
Deprecated.
Initialize Thucydides-related fields in the specified object.
|
static void |
injectScenarioStepsInto(Object testCase)
Deprecated.
Instantiates the @ManagedPages-annotated Pages instance using current WebDriver.
|
static void |
pendingStep(String reason)
Deprecated.
|
static void |
takeScreenshot()
Deprecated.
|
static void |
useFirefoxProfile(org.openqa.selenium.firefox.FirefoxProfile profile)
Deprecated.
|
public static void initialize(Object testCase)
public static void initializeWithNoStepListener(Object testCase)
testCase
- any object (testcase or other) containing injectable Thucydides componentspublic static void injectScenarioStepsInto(Object testCase)
testCase
- any object (testcase or other) containing injectable Thucydides componentspublic static void done()
public static String getCurrentSessionID()
public static StepListener getStepListener()
public static void initializeTestSession()
public static SessionMap<Object,Object> getCurrentSession()
public static void pendingStep(String reason)
public static void ignoredStep(String reason)
public static void takeScreenshot()
public static String getDefaultProjectKey()
public static void useFirefoxProfile(org.openqa.selenium.firefox.FirefoxProfile profile)
public static org.openqa.selenium.firefox.FirefoxProfile getFirefoxProfile()
Copyright © 2023. All rights reserved.