Home
last modified time | relevance | path

Searched refs:fErrors (Results 1 – 18 of 18) sorted by relevance

/external/junit/src/org/junit/internal/runners/
DMethodValidator.java24 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 …]
DInitializationError.java13 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/
DMultipleFailureException.java15 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()
DInitializationError.java11 private final List<Throwable> fErrors; field in InitializationError
18 fErrors= errors; in InitializationError()
37 return fErrors; in getCauses()
/external/junit/src/junit/framework/
DTestResult.java21 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/skia/tests/
DPictureTest.cpp860 int fErrors; member
866 errorContext->fErrors++; in assert_one_parse_error_cb()
869 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors, in assert_one_parse_error_cb()
910 context.fErrors = 0; in DEF_TEST()
/external/owasp/sanitizer/lib/junit/
Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/libphonenumber/lib/
Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/jsr330/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/slf4j/integration/lib/
Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/guice/lib/build/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/dexmaker/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Djunit-3.8.1.jarMETA-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/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/ ...
/external/opencv3/modules/java/pure_test/lib/
Djunit-4.11.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...