public interface QAFDataProviderIntercepter extends QAFListener
QAFListener
to
intercept test data provided by Data provider in data driven test case. you
can use it to process or apply filter.Modifier and Type | Method and Description |
---|---|
void |
beforeFech(TestNGScenario scenario,
org.testng.ITestContext context)
This method will be called before fetching the data from data-provider.
|
java.util.List<java.lang.Object[]> |
intercept(TestNGScenario scenario,
org.testng.ITestContext context,
java.util.List<java.lang.Object[]> testdata)
This method will called after test data fetched from the data-provider
after applied filter and data-conversion if any.
|
void beforeFech(TestNGScenario scenario, org.testng.ITestContext context)
scenario
- context
- java.util.List<java.lang.Object[]> intercept(TestNGScenario scenario, org.testng.ITestContext context, java.util.List<java.lang.Object[]> testdata)
scenario
- context
- testdata
- Copyright © 2000 Infostretch Corp.