public class CollectionEmptinessMatcher extends org.hamcrest.BaseMatcher<Collection>
| Constructor and Description |
|---|
CollectionEmptinessMatcher(boolean emptyIsMatch) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object item) |
public CollectionEmptinessMatcher(boolean emptyIsMatch)
public boolean matches(Object item)
public void describeTo(org.hamcrest.Description description)
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.