org.apache.maven.shared.tools.easymock
Class TestUtils

java.lang.Object
  extended by org.apache.maven.shared.tools.easymock.TestUtils

public final class TestUtils
extends Object


Method Summary
static String readFile(File file)
           
static String toString(Throwable error)
           
static void writeToFile(File file, String testStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeToFile

public static void writeToFile(File file,
                               String testStr)
                        throws IOException
Throws:
IOException

readFile

public static String readFile(File file)
                       throws IOException
Throws:
IOException

toString

public static String toString(Throwable error)


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.