Searched defs:SkipException (Results 1 - 2 of 2) sorted by last modified time

/external/testng/src/main/java/org/testng/
H A DSkipException.java12 public class SkipException extends RuntimeException { class in inherits:RuntimeException
17 public SkipException(String skipMessage) { method in class:SkipException
21 public SkipException(String skipMessage, Throwable cause) { method in class:SkipException
/external/autotest/tko/parsers/test/
H A Dunittest_hotfix.py10 class SkipException(Exception): class in inherits:Exception
74 except SkipException:
95 raise SkipException(msg)
101 raise SkipException(msg)

Completed in 178 milliseconds