Searched defs:thrownException (Results 1 – 3 of 3) sorted by relevance
20 public TestFailure(Test failedTest, Throwable thrownException) { in TestFailure()33 public Throwable thrownException() { in thrownException() method in TestFailure
26 public Failure(Description description, Throwable thrownException) { in Failure()
329 IOException thrownException = new IOException(); in testSuppressingSuppressorIfPossible() local