Home
last modified time | relevance | path

Searched refs:IntentionalException (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-tests/test/com/google/common/eventbus/
DEventSubscriberTest.java71 e.getCause() instanceof IntentionalException); in testExceptionWrapping()
181 throw new IntentionalException(); in exceptionThrowingMethod()
184 class IntentionalException extends Exception { class in EventSubscriberTest
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dbrowser_unittest.py26 class IntentionalException(Exception): class
195 IntentionalException('Boom!'))
196 with self.assertRaises(IntentionalException):
204 IntentionalException('Boom!'))
206 IntentionalException('Cannot close browser!'))
207 with self.assertRaises(IntentionalException) as context:
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dgtest_progress_reporter_unittest.py15 raise exceptions.IntentionalException()
16 except exceptions.IntentionalException:
Dpage_test_test_case.py88 raise exceptions.IntentionalException
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
Dbase_test_results_unittest.py14 raise exceptions.IntentionalException
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dexceptions.py121 class IntentionalException(Error): class
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dexception_formatter.py27 if exception_class == exceptions.IntentionalException: