Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/
DTestException.java10 public class TestException extends TestNGException { class
13 public TestException(String s) { in TestException() method in TestException
17 public TestException(Throwable t) { in TestException() method in TestException
21 public TestException(String message, Throwable t) { in TestException() method in TestException
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventWithExceptionDebuggee.java32 static final class TestException extends Exception { class in EventWithExceptionDebuggee
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DInstanceOnlyModifierDebuggee.java28 static class TestException extends Exception { class in InstanceOnlyModifierDebuggee
DCountModifierDebuggee.java36 static class TestException extends Exception { class in CountModifierDebuggee
DThreadOnlyModifierDebuggee.java28 static class TestException extends Exception { class in ThreadOnlyModifierDebuggee
/external/googletest/googletest/test/
Dgoogletest-death-test_ex_test.cc60 class TestException : public std::exception { class
/external/google-breakpad/src/testing/gtest/test/
Dgtest-death-test_ex_test.cc61 class TestException : public std::exception { class
/external/chromium-trace/catapult/devil/devil/utils/
Dtimeout_retry_unittest.py19 class TestException(Exception): class
Dreraiser_thread_unittest.py14 class TestException(Exception): class
/external/deqp/framework/common/
DtcuDefs.cpp76 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException() function in tcu::TestException
82 TestException::TestException (const std::string& message, qpTestResult result) in TestException() function in tcu::TestException
DtcuDefs.hpp62 class TestException : public Exception class
/external/robolectric-shadows/shadowapi/src/test/java/org/robolectric/util/
DReflectionHelpersTest.java269 private static class TestException extends Exception { class in ReflectionHelpersTest
/external/python/cpython3/Lib/test/test_email/
Dtest_policy.py245 class TestException(Exception): class
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DStackTrace002Debuggee.java113 private static class TestException extends Exception { class in StackTrace002Debuggee
/external/libcxx/test/support/
Dcontrolled_allocators.hpp57 struct TestException {}; struct