T - the resource instance typepublic interface DataProvider<T>
| Modifier and Type | Method and Description |
|---|---|
void |
load(TestContext testContext,
Set<String> dataFiles,
T instance)
Load the given data files into the given resource instance.
|
void load(TestContext testContext, Set<String> dataFiles, T instance)
testContext - the test contextdataFiles - the data files that will be loadedinstance - the resource instanceCopyright © 2016–2018 Testify Project. All rights reserved.