Class TestURLLoader


  • public class TestURLLoader
    extends java.lang.Object
    Loads URL tests in the W3C format. See https://raw.github.com/w3c/web-platform-tests/master/url/urltestdata.txt
    • Constructor Summary

      Constructors 
      Constructor Description
      TestURLLoader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<TestURL> loadTestURLs​(java.lang.String resource)  
      • Methods inherited from class java.lang.Object

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

      • TestURLLoader

        public TestURLLoader()
    • Method Detail

      • loadTestURLs

        public static java.util.List<TestURL> loadTestURLs​(java.lang.String resource)