Home
last modified time | relevance | path

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

/external/junit/src/junit/framework/
DTestFailure.java20 public TestFailure(Test failedTest, Throwable thrownException) { in TestFailure()
33 public Throwable thrownException() { in thrownException() method in TestFailure
/external/junit/src/org/junit/runner/notification/
DFailure.java26 public Failure(Description description, Throwable thrownException) { in Failure()
/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java329 IOException thrownException = new IOException(); in testSuppressingSuppressorIfPossible() local