Home
last modified time | relevance | path

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

12

/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/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DReactiveStreamTckTest.kt44 class TestException : Exception() class in kotlinx.coroutines.reactive.ReactiveStreamTckTest.ReactiveStreamTckTestSuite
/external/libchrome/base/test/android/java/src/org/chromium/base/
DJavaHandlerThreadHelpers.java18 private static class TestException extends Exception {} class in JavaHandlerThreadHelpers
/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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-death-test_ex_test.cc60 class TestException : public std::exception { class
/external/googletest/googletest/test/
Dgoogletest-death-test_ex_test.cc60 class TestException : public std::exception { class
/external/chromium-trace/catapult/devil/devil/utils/
Dtimeout_retry_unittest.py17 class TestException(Exception): class
Dreraiser_thread_unittest.py13 class TestException(Exception): class
/external/deqp/framework/common/
DtcuDefs.cpp84 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException() function in tcu::TestException
90 TestException::TestException (const std::string& message, qpTestResult result) in TestException() function in tcu::TestException
DtcuDefs.hpp65 class TestException : public Exception class
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/test/
DTaskTest.kt152 class TestException(message: String) : Exception(message) class
/external/marisa-trie/tests/
Dbase-test.cc52 void TestException() { in TestException() function
/external/python/cryptography/tests/
Dtest_utils.py3758 class TestException(Exception): class
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DTestBase.common.kt62 public class TestException(message: String? = null, private val data: Any? = null) : Throwable(mess… class
/external/robolectric-shadows/shadowapi/src/test/java/org/robolectric/util/
DReflectionHelpersTest.java270 private static class TestException extends Exception { class in ReflectionHelpersTest
/external/python/cpython3/Lib/test/test_email/
Dtest_policy.py285 class TestException(Exception): class
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
/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/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dexception_safety_testing.h78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function

12