@Deprecated
public class Thucydides
extends java.lang.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<java.lang.Object,java.lang.Object> |
getCurrentSession()
Deprecated.
|
static java.lang.String |
getCurrentSessionID()
Deprecated.
|
static java.lang.String |
getDefaultProjectKey()
Deprecated.
|
static org.openqa.selenium.firefox.FirefoxProfile |
getFirefoxProfile()
Deprecated.
|
static StepListener |
getStepListener()
Deprecated.
|
static void |
ignoredStep(java.lang.String reason)
Deprecated.
|
static void |
initialize(java.lang.Object testCase)
Deprecated.
|
static void |
initializeTestSession()
Deprecated.
|
static void |
initializeWithNoStepListener(java.lang.Object testCase)
Deprecated.
Initialize Thucydides-related fields in the specified object.
|
static void |
injectScenarioStepsInto(java.lang.Object testCase)
Deprecated.
Instantiates the @ManagedPages-annotated Pages instance using current WebDriver.
|
static void |
pendingStep(java.lang.String reason)
Deprecated.
|
static void |
takeScreenshot()
Deprecated.
|
static void |
useFirefoxProfile(org.openqa.selenium.firefox.FirefoxProfile profile)
Deprecated.
|
public static void initialize(java.lang.Object testCase)
public static void initializeWithNoStepListener(java.lang.Object testCase)
testCase
- any object (testcase or other) containing injectable Thucydides componentspublic static void injectScenarioStepsInto(java.lang.Object testCase)
testCase
- any object (testcase or other) containing injectable Thucydides componentspublic static void done()
public static java.lang.String getCurrentSessionID()
public static StepListener getStepListener()
public static void initializeTestSession()
public static SessionMap<java.lang.Object,java.lang.Object> getCurrentSession()
public static void pendingStep(java.lang.String reason)
public static void ignoredStep(java.lang.String reason)
public static void takeScreenshot()
public static java.lang.String getDefaultProjectKey()
public static void useFirefoxProfile(org.openqa.selenium.firefox.FirefoxProfile profile)
public static org.openqa.selenium.firefox.FirefoxProfile getFirefoxProfile()