public class CollectionMatchers extends Object
| Constructor and Description |
|---|
CollectionMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Collection> |
hasSize(int size) |
static org.hamcrest.Matcher<Collection> |
isEmpty() |
static org.hamcrest.Matcher<Collection> |
isNotEmpty() |
public static org.hamcrest.Matcher<Collection> isEmpty()
public static org.hamcrest.Matcher<Collection> isNotEmpty()
public static org.hamcrest.Matcher<Collection> hasSize(int size)
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.