Searched refs:TestFailure (Results 1 - 16 of 16) sorted by relevance

/external/junit/src/main/java/junit/framework/
H A DTestFailure.java8 * A {@code TestFailure} collects a failed test together with
13 public class TestFailure { class
18 * Constructs a TestFailure with the given test and exception.
20 public TestFailure(Test failedTest, Throwable thrownException) { method in class:TestFailure
49 * thrown by TestFailure.
H A DTestResult.java18 protected List<TestFailure> fFailures;
19 protected List<TestFailure> fErrors;
25 fFailures = new ArrayList<TestFailure>();
26 fErrors = new ArrayList<TestFailure>();
37 fErrors.add(new TestFailure(test, e));
48 fFailures.add(new TestFailure(test, e));
96 public synchronized Enumeration<TestFailure> errors() {
111 public synchronized Enumeration<TestFailure> failures() {
/external/junit/src/main/java/junit/textui/
H A DResultPrinter.java9 import junit.framework.TestFailure;
51 protected void printDefects(Enumeration<TestFailure> booBoos, int count, String type) {
63 public void printDefect(TestFailure booBoo, int count) { // only public for testing purposes
68 protected void printDefectHeader(TestFailure booBoo, int count) {
74 protected void printDefectTrace(TestFailure booBoo) {
/external/autotest/client/site_tests/graphics_PerfControl/
H A Dgraphics_PerfControl.py36 raise error.TestFailure('Failed: %s' % pc.get_error_reason())
/external/autotest/client/site_tests/ui_SettingsPage/
H A Dui_SettingsPage.py43 raise error.TestFailure('Could not capture screenshot')
/external/autotest/utils/
H A Dunittest_suite.py128 class TestFailure(Exception): class in inherits:Exception
152 raise TestFailure(msg)
/external/libbrillo/brillo/dbus/
H A Ddbus_method_invoker_unittest.cc156 TEST_F(DBusMethodInvokerTest, TestFailure) {
336 TEST_F(AsyncDBusMethodInvokerTest, TestFailure) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 445 milliseconds