public final class TestUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
readFile(File file) |
static String |
toString(Throwable error) |
static void |
writeToFile(File file,
String testStr) |
public static void writeToFile(File file, String testStr) throws IOException
file - testStr - IOException - if anypublic static String readFile(File file) throws IOException
file - IOException - if anyCopyright © 2008–2017. All rights reserved.