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

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsIterableContainingInRelativeOrder.java 34 private int nextMatchIx = 0;
47 if (nextMatchIx < matchers.size()) {
48 Matcher<? super F> matcher = matchers.get(nextMatchIx);
51 nextMatchIx++;
58 if (nextMatchIx < matchers.size()) {
59 mismatchDescription.appendDescriptionOf(matchers.get(nextMatchIx)).appendText(" was not found");
IsIterableContainingInOrder.java 41 private int nextMatchIx = 0;
52 if (matchers.size() <= nextMatchIx) {
61 if (nextMatchIx < matchers.size()) {
62 mismatchDescription.appendText("no item was ").appendDescriptionOf(matchers.get(nextMatchIx));
69 final Matcher<? super F> matcher = matchers.get(nextMatchIx);
74 nextMatchIx++;
79 mismatchDescription.appendText("item " + nextMatchIx + ": ");
  /prebuilts/misc/common/robolectric/3.1.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 

Completed in 446 milliseconds