Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JUnitExtension

        public JUnitExtension()
    • 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