Searched refs:fErrors (Results 1 – 3 of 3) sorted by relevance
21 protected Vector<TestFailure> fErrors; field in TestResult30 fErrors= new Vector<TestFailure>(); in TestResult()41 fErrors.add(new TestFailure(test, t)); in addError()85 return fErrors.size(); in errorCount()91 return Collections.enumeration(fErrors); in errors()
206 field protected java.util.Vector<junit.framework.TestFailure> fErrors;
54126 field protected java.util.Vector<junit.framework.TestFailure> fErrors;