| Package | Description |
|---|---|
| net.thucydides.core.pages |
Classes designed to make it easier to work with Page Objects in WebDriver.
|
| Modifier and Type | Method and Description |
|---|---|
static PagesAnnotatedField |
PagesAnnotatedField.findFirstAnnotatedField(Class<?> testClass)
Find the first field in the class annotated with the Managed annotation.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Optional<PagesAnnotatedField> |
PagesAnnotatedField.findOptionalAnnotatedField(Class<?> testClass)
Find the first field in the class annotated with the Managed annotation.
|
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.