| Interface | Description |
|---|---|
| MethodContext<PF extends PageFactory> |
A context created for each test run.
|
| Page<P extends Page,PF extends PageFactory> |
Represents a page that has been configured.
|
| PageFactory |
A PageFactory that is configurable by
AbstractSuites. |
| Class | Description |
|---|---|
| AbstractPage<P extends AbstractPage,PF extends PageFactory> |
An implementation of
Page that is configured and initialized by
AbstractSuite. |
| AbstractSuite<PF extends PageFactory> |
An AbstractSuite that is thread safe, allows methods to be run in
parallel, and creates instances of interfaces that extend
PageFactory. |
| EnvironmentConfig |
This class represents environment configuration understood by
testng-selenium.
|
| EnvironmentDefaults |
Constants representing default values for EnvironmentConfig.
|
| SystemProperties |
Constants representing system property names recognized by testng-selenium.
|
| TestNGSeleniumLogger |
A logger that prefixes output.
|
Copyright © 2015. All rights reserved.