/external/junit/src/org/junit/internal/runners/ |
D | MethodValidator.java | 24 private final List<Throwable> fErrors= new ArrayList<Throwable>(); field in MethodValidator 39 fErrors.add(new Exception("No runnable methods")); in validateInstanceMethods() 51 return fErrors; in validateMethodsForDefaultRunner() 55 if (!fErrors.isEmpty()) in assertValid() 56 throw new InitializationError(fErrors); in assertValid() 63 fErrors.add(new Exception("Test class should have public zero-argument constructor", e)); in validateNoArgConstructor() 74 fErrors.add(new Exception("Method " + each.getName() + "() " in validateTestMethods() 78 fErrors.add(new Exception("Class " + each.getDeclaringClass().getName() in validateTestMethods() 81 fErrors.add(new Exception("Method " + each.getName() in validateTestMethods() 84 fErrors.add(new Exception("Method " + each.getName() in validateTestMethods() [all …]
|
D | InitializationError.java | 13 private final List<Throwable> fErrors; field in InitializationError 16 fErrors= errors; in InitializationError() 28 return fErrors; in getCauses()
|
/external/junit/src/org/junit/runners/model/ |
D | MultipleFailureException.java | 15 private final List<Throwable> fErrors; field in MultipleFailureException 18 fErrors= new ArrayList<Throwable>(errors); in MultipleFailureException() 22 return Collections.unmodifiableList(fErrors); in getFailures() 28 String.format("There were %d errors:", fErrors.size())); in getMessage() 29 for (Throwable e : fErrors) { in getMessage()
|
D | InitializationError.java | 11 private final List<Throwable> fErrors; field in InitializationError 18 fErrors= errors; in InitializationError() 37 return fErrors; in getCauses()
|
/external/junit/src/junit/framework/ |
D | TestResult.java | 21 protected Vector<TestFailure> fErrors; field in TestResult 30 fErrors= new Vector<TestFailure>(); in TestResult() 41 fErrors.add(new TestFailure(test, t)); in addError() 85 return fErrors.size(); in errorCount() 91 return Collections.enumeration(fErrors); in errors()
|
/external/icu/icu4c/source/test/intltest/ |
D | simplethread.cpp | 467 UBool getError() { return (fErrors > 0); } in getError() 468 … UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); } in getError() 471 ThreadWithStatus() : fErrors(0) {} in ThreadWithStatus() 473 fErrors++; fErrorString = error; in error() 478 int32_t fErrors; member in ThreadWithStatus
|
D | tsmthred.cpp | 588 UBool getError() { return (fErrors > 0); } in getError() 589 … UBool getError(UnicodeString& fillinError) { fillinError = fErrorString; return (fErrors > 0); } in getError() 592 ThreadWithStatus() : fErrors(0) {} in ThreadWithStatus() 594 fErrors++; fErrorString = error; in error() 599 int32_t fErrors; member in ThreadWithStatus
|
/external/skia/tests/ |
D | PictureTest.cpp | 848 int fErrors; member 854 errorContext->fErrors++; in assert_one_parse_error_cb() 857 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors, in assert_one_parse_error_cb() 886 context.fErrors = 0; in test_bitmap_with_encoded_data()
|
/external/owasp/sanitizer/lib/junit/ |
D | junit-dep.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/libphonenumber/lib/ |
D | junit-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/dexmaker/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/slf4j/integration/lib/ |
D | junit-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | junit-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit3.8.2/
junit/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
D | jdimodel.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |