|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.thucydides.junit.runners.TestCaseAnnotations
public final class TestCaseAnnotations
Utility class used to inject fields into a test case.
| Method Summary | |
|---|---|
static void |
checkThatTestCaseIsCorrectlyAnnotated(Class<?> testClass)
|
static TestCaseAnnotations |
forTestCase(Object testCase)
|
void |
injectDriver(org.openqa.selenium.WebDriver driver)
Instantiate the @Managed-annotated WebDriver instance with current WebDriver. |
boolean |
isUniqueSession()
Instantiate the @Managed-annotated WebDriver instance with current WebDriver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TestCaseAnnotations forTestCase(Object testCase)
public static void checkThatTestCaseIsCorrectlyAnnotated(Class<?> testClass)
public void injectDriver(org.openqa.selenium.WebDriver driver)
public boolean isUniqueSession()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||