Home
last modified time | relevance | path

Searched refs:fErrors (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/test-base/src/junit/framework/
H A DTestResult.java21 protected Vector<TestFailure> fErrors; field in TestResult
30 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()
/aosp14/frameworks/base/test-base/api/
H A Dcurrent.txt206 field protected java.util.Vector<junit.framework.TestFailure> fErrors;