Class TestUtils
- java.lang.Object
-
- org.apache.maven.shared.tools.easymock.TestUtils
-
@Deprecated public final class TestUtils extends java.lang.ObjectDeprecated.- Version:
- $Id$
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringreadFile(java.io.File file)Deprecated.static java.lang.StringtoString(java.lang.Throwable error)Deprecated.static voidwriteToFile(java.io.File file, java.lang.String testStr)Deprecated.
-
-
-
Method Detail
-
writeToFile
public static void writeToFile(java.io.File file, java.lang.String testStr) throws java.io.IOExceptionDeprecated.- Parameters:
file-testStr-- Throws:
java.io.IOException- if any
-
readFile
public static java.lang.String readFile(java.io.File file) throws java.io.IOExceptionDeprecated.- Parameters:
file-- Returns:
- Throws:
java.io.IOException- if any
-
toString
public static java.lang.String toString(java.lang.Throwable error)
Deprecated.- Parameters:
error-- Returns:
-
-