public class DataSetResolver extends Object
Constructor and Description |
---|
DataSetResolver() |
Modifier and Type | Method and Description |
---|---|
URL |
resolve(Method testMethod,
String fileName)
Resolve a file by its name relative to a class declaring the test method.
|
List<URL> |
resolve(String profile,
Method testMethod,
String suffix,
String... fileNames) |
URL |
resolveIfExists(Method testMethod,
String fileName)
Resolve a file by its name relative to a class declaring the test method.
|
public List<URL> resolve(String profile, Method testMethod, String suffix, String... fileNames)
public URL resolve(Method testMethod, String fileName)
testMethod
- Test methodfileName
- File name to resolveCopyright © 2011–2020 Lastware, sro.. All rights reserved.