HomeSort by relevance Sort by last modified time
    Searched defs:fErrors (Results 1 - 18 of 18) sorted by null

  /external/junit/src/org/junit/internal/runners/
InitializationError.java 13 private final List<Throwable> fErrors;
16 fErrors= errors;
28 return fErrors;
MethodValidator.java 24 private final List<Throwable> fErrors= new ArrayList<Throwable>();
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.add(new Exception("Method " + each.getName(
    [all...]
  /external/junit/src/org/junit/runners/model/
InitializationError.java 11 private final List<Throwable> fErrors;
18 fErrors= errors;
37 return fErrors;
MultipleFailureException.java 15 private final List<Throwable> fErrors;
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/
TestResult.java 21 protected Vector<TestFailure> fErrors;
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/
simplethread.cpp 467 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;
tsmthred.cpp 569 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;
    [all...]
  /external/icu/icu4c/source/test/intltest/
simplethread.cpp 467 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;
tsmthred.cpp 575 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;
    [all...]
  /external/chromium_org/third_party/skia/tests/
PictureTest.cpp     [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/jdiff/
xerces.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 601 milliseconds