Searched refs:appendValue (Results 1 - 25 of 37) sorted by relevance

12

/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
H A DBaseDescriptionTest.java19 baseDescription.appendValue(null);
25 baseDescription.appendValue("foo");
31 baseDescription.appendValue('f');
37 baseDescription.appendValue(Short.valueOf("2"));
43 baseDescription.appendValue(Long.valueOf("2"));
49 baseDescription.appendValue(Float.valueOf("1.2"));
55 baseDescription.appendValue(new String[] {"2", "3"});
62 baseDescription.appendValue(value);
75 baseDescription.appendValue(value);
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
H A DIsCloseTo.java30 mismatchDescription.appendValue(item)
32 .appendValue(actualDelta(item))
34 .appendValue(delta);
40 .appendValue(delta)
42 .appendValue(value);
H A DBigDecimalCloseTo.java27 mismatchDescription.appendValue(item)
29 .appendValue(actualDelta(item))
31 .appendValue(delta);
37 .appendValue(delta)
39 .appendValue(value);
H A DIsNaN.java22 mismatchDescription.appendText("was ").appendValue(item);
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DBaseMatcher.java21 description.appendText("was ").appendValue(item);
H A DDescription.java28 Description appendValue(Object value); method in interface:Description
68 public Description appendValue(Object value) { method in class:Description.NullDescription
H A DTypeSafeMatcher.java79 .appendValue(item)
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/internal/
H A DSelfDescribingValue.java15 description.appendValue(value);
/external/emma/ant/ant14/com/vladium/emma/instr/
H A DFilterCfg.java54 appendValue (spec, COMMA);
58 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec, COMMA); // default to inclusion
68 appendValue ("@".concat (file.getAbsolutePath ()), COMMA); // actual file I/O delayed until getFilterSpecs()
81 appendValue (spec, COMMA);
86 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec.substring (1), COMMA); // override
88 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec, COMMA);
103 appendValue (spec, COMMA);
108 appendValue (IInclExclFilter.EXCLUSION_PREFIX + spec.substring (1), COMMA); // override
110 appendValue (IInclExclFilter.EXCLUSION_PREFIX + spec, COMMA);
131 createFilter ().appendValue (filte
[all...]
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
H A DIsEqualIgnoringCase.java31 mismatchDescription.appendText("was ").appendValue(item);
37 .appendValue(string)
H A DIsEqualIgnoringWhiteSpace.java39 .appendValue(string)
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DStringValue.java23 public void appendValue (final String value, final String separator) method in class:StringValue
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
H A DIsSame.java26 .appendValue(object)
H A DSubstringMatcher.java35 .appendValue(substring);
H A DDescribedAs.java39 description.appendValue(values[parseInt(arg.group(1))]);
H A DIsEqual.java28 description.appendValue(expectedValue);
H A DIsInstanceOf.java47 mismatch.appendValue(item).appendText(" is a " + item.getClass().getName());
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A DIsArray.java34 mismatchDescription.appendText("array length was ").appendValue(actual.length);
39 mismatchDescription.appendText("element ").appendValue(i).appendText(" ");
H A DIsEmptyCollection.java21 mismatchDescription.appendValue(item);
H A DIsIterableContainingInAnyOrder.java51 mismatchDescription.appendText("no match for: ").appendValue(item);
74 mismatchDescription.appendText("not matched: ").appendValue(item);
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/
H A DIsEventFrom.java30 mismatchDescription.appendText("source was ").appendValue(item.getSource());
46 .appendValue(source);
H A DIsCompatibleType.java21 mismatchDescription.appendValue(cls.getName());
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/comparator/
H A DComparatorMatcherBuilder.java85 mismatchDescription.appendValue(actual).appendText(" was ")
87 .appendText(" ").appendValue(expected);
89 mismatchDescription.appendText(" when compared by ").appendValue(comparator);
99 description.appendText(" ").appendValue(expected);
101 description.appendText(" when compared by ").appendValue(comparator);
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DOpenTypeTableWriter.java38 void appendValue(StringBuffer line, int index) method in class:OpenTypeTableWriter.OpenTypeTableDumper
61 appendValue(line, i);
/external/junit/src/main/java/org/junit/internal/
H A DAssumptionViolatedException.java103 description.appendValue(fValue);

Completed in 868 milliseconds

12