Searched defs:thrownException (Results 1 – 8 of 8) sorted by relevance
19 public TestFailure(Test failedTest, Throwable thrownException) { in TestFailure()34 public Throwable thrownException() { in thrownException() method in TestFailure
43 final AtomicReference<Exception> thrownException = new AtomicReference<>(); in getService_multipleThreads_binderRace() local
34 public Failure(Description description, Throwable thrownException) { in Failure()
72 public ThrowableSubject thrownException() { in thrownException() method in CheckedProviderSubject
143 static final RuntimeException thrownException = new RuntimeException("Custom exception"); in testThrowingConstructor() local179 static final RuntimeException thrownException = new RuntimeException("Custom exception"); in testThrowingAccessor() local
589 static final RuntimeException thrownException = new RuntimeException("Custom exception"); field in ObjectTest.ClassWithThrowingConstructor
321 IOException thrownException = new IOException(); in testSuppressingSuppressorIfPossible() local