Searched refs:addError (Results 1 - 15 of 15) sorted by relevance

/dalvik/dx/src/junit/framework/
H A DTestListener.java10 public void addError(Test test, Throwable t); method in interface:TestListener
H A DTestResult.java33 public synchronized void addError(Test test, Throwable t) { method in class:TestResult
36 ((TestListener)e.nextElement()).addError(test, t);
133 addError(test, e);
/dalvik/libcore/junit/src/main/java/junit/framework/
H A DTestListener.java10 public void addError(Test test, Throwable t); method in interface:TestListener
H A DTestResult.java33 public synchronized void addError(Test test, Throwable t) { method in class:TestResult
36 ((TestListener)e.nextElement()).addError(test, t);
133 addError(test, e);
/dalvik/libcore/luni/src/test/java/com/google/coretests/
H A DCoreTestPrinter.java172 public void addError(Test test, Throwable t) { method in class:CoreTestPrinter
176 super.addError(test, t);
H A DCoreTestResult.java145 addError(test, timeout);
H A DCoreTestRunnable.java108 fResult.addError(fTest, e);
H A DResultPrinter.java127 * @see junit.framework.TestListener#addError(Test, Throwable)
129 public void addError(Test test, Throwable t) { method in class:ResultPrinter
H A DPerfStatCollector.java213 * @see junit.framework.TestListener#addError(Test, Throwable)
215 public void addError(Test test, Throwable t) { method in class:PerfStatCollector
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
H A DPKIXCertPathReviewer.java290 protected void addError(ErrorBundle msg) method in class:PKIXCertPathReviewer
295 protected void addError(ErrorBundle msg, int index) method in class:PKIXCertPathReviewer
596 addError(cpre.getErrorMessage(),cpre.getIndex());
626 addError(msg);
643 addError(msg,index);
702 addError(msg);
710 addError(msg);
731 addError(msg);
738 addError(cpre.getErrorMessage());
760 addError(ms
[all...]
/dalvik/dx/src/junit/textui/
H A DResultPrinter.java109 * @see junit.framework.TestListener#addError(Test, Throwable)
111 public void addError(Test test, Throwable t) { method in class:ResultPrinter
/dalvik/libcore/luni/src/test/java/junit/textui/
H A DResultPrinter.java112 * @see junit.framework.TestListener#addError(Test, Throwable)
114 public void addError(Test test, Throwable t) { method in class:ResultPrinter
/dalvik/dx/src/junit/runner/
H A DBaseTestRunner.java59 public synchronized void addError(final Test test, final Throwable t) { method in class:BaseTestRunner
/dalvik/libcore/luni/src/test/java/junit/runner/
H A DBaseTestRunner.java59 public synchronized void addError(final Test test, final Throwable t) { method in class:BaseTestRunner
/dalvik/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 1106 milliseconds