| Package | Description |
|---|---|
| net.cpollet.jixture.fixtures | |
| net.cpollet.jixture.fixtures.capacities.extraction |
| Modifier and Type | Method and Description |
|---|---|
XmlFileFixture |
XmlFileFixture.addExtractorMatcher(ExtractorMatcher extractorMatcher)
Add an extractor matcher.
|
SpringFixture |
SpringFixture.addExtractorMatcher(ExtractorMatcher extractorMatcher)
Add an extractor matcher.
|
GeneratedFixture |
GeneratedFixture.addExtractorMatcher(ExtractorMatcher extractorMatcher)
Add an extractor matcher.
|
T |
BaseObjectFixture.addExtractorMatcher(ExtractorMatcher extractorMatcher)
Add an extractor matcher.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtractorMatcher |
ExtractorMatcher.create(org.hamcrest.Matcher matcher)
Create an extractor matcher with a matcher instance.
|
static ExtractorMatcher |
ExtractorMatcher.create(String name,
org.hamcrest.Matcher matcher)
Create an extractor matcher with a given name and a matcher instance.
|
| Modifier and Type | Method and Description |
|---|---|
ExtractionCapableFixture |
ExtractorDelegate.addExtractorMatcher(ExtractorMatcher extractorMatcher)
Add an extractor matcher.
|
Copyright © 2014. All Rights Reserved.