Home
last modified time | relevance | path

Searched defs:TestNGException (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/
DTestNGException.java9 public class TestNGException extends RuntimeException { class
14 public TestNGException(Throwable t) { in TestNGException() method in TestNGException
21 public TestNGException(String string) { in TestNGException() method in TestNGException
25 public TestNGException(String string, Throwable t) { in TestNGException() method in TestNGException