Searched defs:TestFailure (Results 1 - 1 of 1) sorted by path

/frameworks/base/legacy-test/src/junit/framework/
H A DTestFailure.java8 * A <code>TestFailure</code> collects a failed test together with
12 public class TestFailure extends Object { class in inherits:Object
18 * Constructs a TestFailure with the given test and exception.
20 public TestFailure(Test failedTest, Throwable thrownException) { method in class:TestFailure

Completed in 97 milliseconds