public class ExtractorMatcher extends Object
| Modifier and Type | Method and Description |
|---|---|
static ExtractorMatcher |
create(org.hamcrest.Matcher matcher)
Create an extractor matcher with a matcher instance.
|
static ExtractorMatcher |
create(String name,
org.hamcrest.Matcher matcher)
Create an extractor matcher with a given name and a matcher instance.
|
org.hamcrest.Matcher |
getMatcher() |
String |
getName() |
public static ExtractorMatcher create(org.hamcrest.Matcher matcher)
matcher - the matcher to use to build the entities collection.ExtractorMatcherpublic static ExtractorMatcher create(String name, org.hamcrest.Matcher matcher)
name - the collection's namematcher - the matcher to use to build the entities collection.ExtractorMatcherpublic org.hamcrest.Matcher getMatcher()
public String getName()
Copyright © 2014. All Rights Reserved.