Searched refs:TESTNG_DTD (Results 1 – 2 of 2) sorted by relevance
25 public static final String TESTNG_DTD = "testng-1.0.dtd"; field in Parser28 public static final String DEPRECATED_TESTNG_DTD_URL = "http://beust.com/testng/" + TESTNG_DTD;31 public static final String TESTNG_DTD_URL = "http://testng.org/" + TESTNG_DTD;
98 InputStream is = getClass().getClassLoader().getResourceAsStream(Parser.TESTNG_DTD); in resolveEntity()100 is = Thread.currentThread().getContextClassLoader().getResourceAsStream(Parser.TESTNG_DTD); in resolveEntity()