| Modifier and Type | Method and Description |
|---|---|
static SeleniumTestContext |
SeleniumTestContextFactory.initContext()
Create and initialize a Selenium test context
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractSeleniumTestCase.setContext(SeleniumTestContext context)
Set the Selenium test context if it has been initialized externally (e.g.
|
abstract void |
AbstractSeleniumTestCase.test(SeleniumTestContext context)
Every implementation must override this method in order to be able to consume the test context!
|
| Modifier and Type | Field and Description |
|---|---|
protected SeleniumTestContext |
AbstractPageComponent.testContext |
| Modifier and Type | Method and Description |
|---|---|
SeleniumTestContext |
AbstractPageComponent.getTestContext() |
| Constructor and Description |
|---|
AbstractPageComponent(SeleniumTestContext testContext)
Constructor
|
| Constructor and Description |
|---|
AbstractPageObject(SeleniumTestContext testContext)
Constructor
|
AbstractPrimefacesPageComponent(SeleniumTestContext testContext)
Constructor
|
AbstractSearchPageObject(SeleniumTestContext testContext)
Constructor
|
AbstractViewPageObject(SeleniumTestContext testContext)
Constructor
|
DataTableComponent(SeleniumTestContext testContext,
String tableElementId)
Constructor
|
| Constructor and Description |
|---|
AbstractPageObject(SeleniumTestContext testContext)
Constructor
|
AbstractSearchPageObject(SeleniumTestContext testContext)
Constructor
|
AbstractVaadinPageComponent(SeleniumTestContext testContext)
Constructor
|
AbstractViewPageObject(SeleniumTestContext testContext)
Constructor
|
DataTableComponent(SeleniumTestContext testContext)
Constructor
|
DataTableComponent(SeleniumTestContext testContext,
String tableElementId)
Constructor
|
Copyright © 2019. All rights reserved.