public class ExecutionPathDataProvider<T> extends Object
| Constructor and Description |
|---|
ExecutionPathDataProvider(DataProvider<T> criticalDataProvider,
DataProvider<T> nonCriticalDataProvider) |
| Modifier and Type | Method and Description |
|---|---|
T |
getData(RequestOptions requestOptions,
Locale locale,
String... args) |
String |
getFinalUrl(RequestOptions requestOptions,
Locale locale,
String arg) |
String |
toString() |
public ExecutionPathDataProvider(DataProvider<T> criticalDataProvider, DataProvider<T> nonCriticalDataProvider)
public T getData(RequestOptions requestOptions, Locale locale, String... args) throws DataProviderException
DataProviderExceptionpublic String getFinalUrl(RequestOptions requestOptions, Locale locale, String arg)
Copyright © 2016–2025. All rights reserved.