Home
last modified time | relevance | path

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

/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/internal/
DPingTrackerTest.java99 private Throwable failureException; field in PingTrackerTest.TestCallback
110 public synchronized void onFailure(Throwable failureException) { in onFailure()
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DDownloadFileTest.java233 Exception failureException = new Exception("test failure"); in download_whenListenerProvided_handlesOnCompleteFailed() local
481 Exception failureException = new Exception("test failure"); in downloadFileWithForegroundService_clientOnCompleteFailed() local
/external/python/cpython3/Lib/test/test_unittest/
Dtest_assertions.py152 failureException = self.failureException variable in TestLongMessage.setUp.TestableTestFalse
159 failureException = self.failureException variable in TestLongMessage.setUp.TestableTestTrue
Dtest_case.py501 failureException = RuntimeError variable in Test_TestCase.test_failureException__subclassing__explicit_raise.Foo
524 failureException = RuntimeError variable in Test_TestCase.test_failureException__subclassing__implicit_raise.Foo
/external/python/cpython3/Lib/unittest/
Dsuite.py338 failureException = None variable in _ErrorHolder
Dcase.py395 failureException = AssertionError variable in TestCase
/external/python/absl-py/absl/testing/tests/
Dxml_reporter_test.py43 failureException = AssertionError variable in MockTest