Class TestNGURLs


  • final class TestNGURLs
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.List<java.lang.String> DOMAINS  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TestNGURLs()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean isDTDDomainInternallyKnownToTestNG​(java.lang.String publicId)  
      • Methods inherited from class java.lang.Object

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

      • DOMAINS

        private static final java.util.List<java.lang.String> DOMAINS
    • Constructor Detail

      • TestNGURLs

        private TestNGURLs()
    • Method Detail

      • isDTDDomainInternallyKnownToTestNG

        static boolean isDTDDomainInternallyKnownToTestNG​(java.lang.String publicId)