Class TestUtils
- java.lang.Object
-
- org.apache.maven.shared.tools.easymock.TestUtils
-
@Deprecated public final class TestUtils extends java.lang.Object
Deprecated.- Version:
- $Id$
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TestUtils()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
writeToFile
public static void writeToFile(java.io.File file, java.lang.String testStr) throws java.io.IOException
Deprecated.- Parameters:
file
-testStr
-- Throws:
java.io.IOException
- if any
-
readFile
public static java.lang.String readFile(java.io.File file) throws java.io.IOException
Deprecated.- Parameters:
file
-- Returns:
- Throws:
java.io.IOException
- if any
-
toString
public static java.lang.String toString(java.lang.Throwable error)
Deprecated.- Parameters:
error
-- Returns:
-
-