Searched refs:TestFailure (Results 1 – 12 of 12) sorted by relevance
20 protected Vector<TestFailure> fFailures;21 protected Vector<TestFailure> fErrors;29 fFailures= new Vector<TestFailure>(); in TestResult()30 fErrors= new Vector<TestFailure>(); in TestResult()41 fErrors.add(new TestFailure(test, t)); in addError()50 fFailures.add(new TestFailure(test, t)); in addFailure()90 public synchronized Enumeration<TestFailure> errors() { in errors()104 public synchronized Enumeration<TestFailure> failures() { in failures()
12 public class TestFailure extends Object { class20 public TestFailure(Test failedTest, Throwable thrownException) { in TestFailure() method in TestFailure
12 import junit.framework.TestFailure;56 protected void printDefects(Enumeration<TestFailure> booBoos, int count, String type) { in printDefects()67 public void printDefect(TestFailure booBoo, int count) { // only public for testing purposes in printDefect()72 protected void printDefectHeader(TestFailure booBoo, int count) { in printDefectHeader()78 protected void printDefectTrace(TestFailure booBoo) { in printDefectTrace()
21 src/junit/framework/TestFailure.java \
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
META-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/ ...
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...