Class TestResources


  • public class TestResources
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TestResources()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.URL getGfmSpec()  
      static java.util.List<java.net.URL> getRegressions()  
      static java.net.URL getSpec()  
      static java.lang.String readAsString​(java.net.URL url)  
      • Methods inherited from class java.lang.Object

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

      • TestResources

        public TestResources()
    • Method Detail

      • getSpec

        public static java.net.URL getSpec()
      • getGfmSpec

        public static java.net.URL getGfmSpec()
      • getRegressions

        public static java.util.List<java.net.URL> getRegressions()
      • readAsString

        public static java.lang.String readAsString​(java.net.URL url)