public class TestingUtils extends Object
| Constructor and Description |
|---|
TestingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteRecursively(Path path) |
static Path |
getResourcePath(String resourceName) |
static String |
getTestParameter(org.testng.ITestContext context,
String parameterName) |
static Iterator<Object[]> |
listDataProvider(List<?> list) |
static Iterator<Object[]> |
listDataProvider(Object... list) |
static List<Path> |
listMatchingFiles(Path start,
String glob) |
public static List<Path> listMatchingFiles(Path start, String glob) throws IOException
IOExceptionpublic static String getTestParameter(org.testng.ITestContext context, String parameterName)
public static void deleteRecursively(Path path) throws IOException
IOExceptionCopyright © 2012-2016 Facebook, Inc.. All Rights Reserved.