public class CollectionAssertions
extends java.lang.Object
| Constructor | Description |
|---|---|
CollectionAssertions() |
| Modifier and Type | Method | Description |
|---|---|---|
static org.hamcrest.Matcher<ImmutableOpenMap> |
hasAllKeys(java.lang.String... keys) |
|
static org.hamcrest.Matcher<ImmutableOpenMap> |
hasKey(java.lang.String key) |
public static org.hamcrest.Matcher<ImmutableOpenMap> hasKey(java.lang.String key)
public static org.hamcrest.Matcher<ImmutableOpenMap> hasAllKeys(java.lang.String... keys)