Searched refs:fErrors (Results 1 - 12 of 12) sorted by relevance

/external/junit/src/org/junit/internal/runners/
H A DInitializationError.java13 private final List<Throwable> fErrors; field in class:InitializationError
16 fErrors= errors;
28 return fErrors;
H A DMethodValidator.java24 private final List<Throwable> fErrors= new ArrayList<Throwable>(); field in class:MethodValidator
39 fErrors.add(new Exception("No runnable methods"));
51 return fErrors;
55 if (!fErrors.isEmpty())
56 throw new InitializationError(fErrors);
63 fErrors.add(new Exception("Test class should have public zero-argument constructor", e));
74 fErrors.add(new Exception("Method " + each.getName() + "() "
78 fErrors.add(new Exception("Class " + each.getDeclaringClass().getName()
81 fErrors.add(new Exception("Method " + each.getName()
84 fErrors
[all...]
/external/junit/src/org/junit/runners/model/
H A DInitializationError.java11 private final List<Throwable> fErrors; field in class:InitializationError
18 fErrors= errors;
37 return fErrors;
H A DMultipleFailureException.java15 private final List<Throwable> fErrors; field in class:MultipleFailureException
18 fErrors= new ArrayList<Throwable>(errors);
22 return Collections.unmodifiableList(fErrors);
28 String.format("There were %d errors:", fErrors.size()));
29 for (Throwable e : fErrors) {
/external/junit/src/junit/framework/
H A DTestResult.java21 protected Vector<TestFailure> fErrors; field in class:TestResult
30 fErrors= new Vector<TestFailure>();
41 fErrors.add(new TestFailure(test, t));
85 return fErrors.size();
91 return Collections.enumeration(fErrors);
/external/icu4c/test/intltest/
H A Dsimplethread.cpp465 UBool getError() { return (fErrors > 0); }
466 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); }
469 ThreadWithStatus() : fErrors(0) {}
471 fErrors++; fErrorString = error;
476 int32_t fErrors; member in class:ThreadWithStatus
H A Dtsmthred.cpp569 UBool getError() { return (fErrors > 0); }
570 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); }
573 ThreadWithStatus() : fErrors(0) {}
575 fErrors++; fErrorString = error;
580 int32_t fErrors; member in class:ThreadWithStatus
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1618 milliseconds