Home
last modified time | relevance | path

Searched defs:thrownException (Results 1 – 8 of 8) sorted by relevance

/external/junit/src/main/java/junit/framework/
DTestFailure.java19 public TestFailure(Test failedTest, Throwable thrownException) { in TestFailure()
34 public Throwable thrownException() { in thrownException() method in TestFailure
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceManagerTest.java43 final AtomicReference<Exception> thrownException = new AtomicReference<>(); in getService_multipleThreads_binderRace() local
/external/junit/src/main/java/org/junit/runner/notification/
DFailure.java34 public Failure(Description description, Throwable thrownException) { in Failure()
/external/guice/extensions/testlib/src/com/google/inject/testing/throwingproviders/
DCheckedProviderSubject.java72 public ThrowableSubject thrownException() { in thrownException() method in CheckedProviderSubject
/external/gson/gson/src/test/java/com/google/gson/functional/
DJava17RecordTest.java143 static final RuntimeException thrownException = new RuntimeException("Custom exception"); in testThrowingConstructor() local
179 static final RuntimeException thrownException = new RuntimeException("Custom exception"); in testThrowingAccessor() local
DObjectTest.java589 static final RuntimeException thrownException = new RuntimeException("Custom exception"); field in ObjectTest.ClassWithThrowingConstructor
/external/guava/android/guava-tests/test/com/google/common/io/
DCloserTest.java321 IOException thrownException = new IOException(); in testSuppressingSuppressorIfPossible() local
/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java321 IOException thrownException = new IOException(); in testSuppressingSuppressorIfPossible() local