Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static <T> org.hamcrest.Matcher<Iterable<? super T>> |
exactlyOnce(org.hamcrest.Matcher<? super T> itemMatcher) |
protected boolean |
matchesSafely(Iterable<? super T> iterable) |
static <T> org.hamcrest.Matcher<Iterable<? super T>> |
none(org.hamcrest.Matcher<? super T> itemMatcher) |
static <T> org.hamcrest.Matcher<Iterable<? super T>> |
times(int times,
org.hamcrest.Matcher<? super T> itemMatcher) |
static <T> org.hamcrest.Matcher<Iterable<? super T>> |
twice(org.hamcrest.Matcher<? super T> itemMatcher) |
describeMismatch, describeMismatchSafely, matches
public void describeTo(org.hamcrest.Description description)
public static <T> org.hamcrest.Matcher<Iterable<? super T>> none(org.hamcrest.Matcher<? super T> itemMatcher)
public static <T> org.hamcrest.Matcher<Iterable<? super T>> exactlyOnce(org.hamcrest.Matcher<? super T> itemMatcher)
public static <T> org.hamcrest.Matcher<Iterable<? super T>> twice(org.hamcrest.Matcher<? super T> itemMatcher)
public static <T> org.hamcrest.Matcher<Iterable<? super T>> times(int times, org.hamcrest.Matcher<? super T> itemMatcher)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.