|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<java.lang.Iterable<E>>
org.hamcrest.collection.IsEmptyIterable<E>
public class IsEmptyIterable<E>
Tests if collection is empty.
| Constructor Summary | |
|---|---|
IsEmptyIterable()
|
|
| Method Summary | ||
|---|---|---|
void |
describeMismatchSafely(java.lang.Iterable<E> iter,
Description mismatchDescription)
Subclasses should override this. |
|
void |
describeTo(Description description)
Generates a description of the object. |
|
static
|
emptyIterable()
Matches an empty iterable. |
|
boolean |
matchesSafely(java.lang.Iterable<E> iterable)
Subclasses should implement this. |
|
| Methods inherited from class org.hamcrest.TypeSafeMatcher |
|---|
describeMismatch, matches |
| Methods inherited from class org.hamcrest.BaseMatcher |
|---|
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IsEmptyIterable()
| Method Detail |
|---|
public boolean matchesSafely(java.lang.Iterable<E> iterable)
TypeSafeMatcher
matchesSafely in class TypeSafeMatcher<java.lang.Iterable<E>>
public void describeMismatchSafely(java.lang.Iterable<E> iter,
Description mismatchDescription)
TypeSafeMatcher
describeMismatchSafely in class TypeSafeMatcher<java.lang.Iterable<E>>public void describeTo(Description description)
SelfDescribing
description - The description to be built or appended to.public static <E> Matcher<java.lang.Iterable<E>> emptyIterable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||