@Deprecated
public final class TestUtils
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
TestUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
readFile(java.io.File file)
Deprecated.
|
static java.lang.String |
toString(java.lang.Throwable error)
Deprecated.
|
static void |
writeToFile(java.io.File file,
java.lang.String testStr)
Deprecated.
|
public static void writeToFile(java.io.File file, java.lang.String testStr) throws java.io.IOException
file
- testStr
- java.io.IOException
- if anypublic static java.lang.String readFile(java.io.File file) throws java.io.IOException
file
- java.io.IOException
- if anypublic static java.lang.String toString(java.lang.Throwable error)
error
-