gate.yam
Class YamTestUtils

java.lang.Object
  extended by gate.yam.YamTestUtils

public class YamTestUtils
extends Object

Utility class for YAM tests.


Constructor Summary
YamTestUtils()
           
 
Method Summary
static String getResourceAsString(String resourceName, String encoding)
          Copied from gate.util.Files but modified to use the thread context classloader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YamTestUtils

public YamTestUtils()
Method Detail

getResourceAsString

public static String getResourceAsString(String resourceName,
                                         String encoding)
                                  throws IOException
Copied from gate.util.Files but modified to use the thread context classloader.

Throws:
IOException