Searched refs:fErrors (Results 1 - 19 of 19) 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/chromium_org/third_party/icu/source/test/intltest/
H A Dsimplethread.cpp467 UBool getError() { return (fErrors > 0); }
468 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); }
471 ThreadWithStatus() : fErrors(0) {}
473 fErrors++; fErrorString = error;
478 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/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp467 UBool getError() { return (fErrors > 0); }
468 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); }
471 ThreadWithStatus() : fErrors(0) {}
473 fErrors++; fErrorString = error;
478 int32_t fErrors; member in class:ThreadWithStatus
H A Dtsmthred.cpp575 UBool getError() { return (fErrors > 0); }
576 UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); }
579 ThreadWithStatus() : fErrors(0) {}
581 fErrors++; fErrorString = error;
586 int32_t fErrors; member in class:ThreadWithStatus
/external/skia/tests/
H A DPictureTest.cpp1231 int fErrors; member in struct:ErrorContext
1237 errorContext->fErrors++;
1240 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
1270 context.fErrors = 0;
/external/chromium_org/third_party/skia/tests/
H A DPictureTest.cpp1464 int fErrors; member in struct:ErrorContext
1470 errorContext->fErrors++;
1473 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
1503 context.fErrors = 0;
/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/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/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 848 milliseconds