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

  /external/hamcrest/src/org/hamcrest/core/
DescribedAs.java 16 private final String descriptionTemplate;
22 public DescribedAs(String descriptionTemplate, Matcher<T> matcher, Object[] values) {
23 this.descriptionTemplate = descriptionTemplate;
33 java.util.regex.Matcher arg = ARG_PATTERN.matcher(descriptionTemplate);
37 description.appendText(descriptionTemplate.substring(textStart, arg.start()));
43 if (textStart < descriptionTemplate.length()) {
44 description.appendText(descriptionTemplate.substring(textStart));
  /external/owasp/sanitizer/lib/junit/
junit.jar 

Completed in 52 milliseconds