Class JUnitExtension
- java.lang.Object
-
- org.apache.uima.test.junit_extension.JUnitExtension
-
public class JUnitExtension extends java.lang.Object
Contains static convenience methods for using the UIMA JUnit extensions.
-
-
Constructor Summary
Constructors Constructor Description JUnitExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.File
getFile(java.lang.String aRelativeFilePath)
static java.net.URL
getURL(java.lang.String aRelativeFilePath)
static void
handleException(java.lang.Exception e)
-
-
-
Method Detail
-
getFile
public static java.io.File getFile(java.lang.String aRelativeFilePath)
-
getURL
public static java.net.URL getURL(java.lang.String aRelativeFilePath)
-
handleException
public static void handleException(java.lang.Exception e) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-