public class NamedEntityMatchers extends Object
| Constructor and Description |
|---|
NamedEntityMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Iterable<? extends NamedEntity>> |
entitiesWithNames(String... names) |
static org.hamcrest.Matcher<? super NamedEntity> |
withName(String name) |
public static org.hamcrest.Matcher<? super NamedEntity> withName(String name)
public static org.hamcrest.Matcher<Iterable<? extends NamedEntity>> entitiesWithNames(String... names)
Copyright © 2017 Atlassian. All rights reserved.