public interface ITestDataProvider
Common interface that must be implemented by all test data providers
Copyright 2017 (C) by Martin Ganserer
| Modifier and Type | Method and Description |
|---|---|
PageActionTestData |
getNextTestDataForPage(Class<?> pageClass)
Provides the next page action test data object for a given page object
|
void |
init(Class<?> testCaseClass)
Initialize the test data provider for a given test case
|
void |
setProperties(SeleniumTestProperties properties)
Set basic properties for the initialization of a test data provider
|
void setProperties(SeleniumTestProperties properties)
properties - void init(Class<?> testCaseClass)
testCaseClass - RuntimeException - if the initialization has failed due to an internal errorPageActionTestData getNextTestDataForPage(Class<?> pageClass)
pageClass - RuntimeException - if the provider doesn't contain page action test data for the given page objectCopyright © 2019. All rights reserved.