public class TestDataFactory extends Object
Factory for creating a test data provider instance. The provider that should be used can be selected by the 'DATA_PROVIDER_CLASS' property in the test.properties file.
Copyright 2017 (C) by Martin Ganserer
| Modifier and Type | Method and Description |
|---|---|
static ITestDataProvider |
getTestDataProvider(SeleniumTestProperties properties)
Create and initialize a test data provider instance based on the respective properties
|
public static ITestDataProvider getTestDataProvider(SeleniumTestProperties properties)
properties - RuntimeException - if the test data provider could not be initializedCopyright © 2019. All rights reserved.