Searched defs:thrownException (Results 1 – 5 of 5) sorted by relevance
20 public TestFailure(Test failedTest, Throwable thrownException) { in TestFailure()35 public Throwable thrownException() { in thrownException() method in TestFailure
35 public Failure(Description description, Throwable thrownException) { in Failure()
72 public ThrowableSubject thrownException() { in thrownException() method in CheckedProviderSubject
321 IOException thrownException = new IOException(); in testSuppressingSuppressorIfPossible() local