public class ExtractorDelegate extends Object implements ExtractionCapableFixture
ExtractionCapableFixture that
Fixture classes can delegate to.| Constructor and Description |
|---|
ExtractorDelegate() |
| Modifier and Type | Method and Description |
|---|---|
ExtractionCapableFixture |
addExtractorMatcher(ExtractorMatcher extractorMatcher)
Add an extractor matcher.
|
void |
extractEntity(Object entity) |
ExtractionResult |
getExtractionResult()
Returns the extraction result.
|
public void extractEntity(Object entity)
public ExtractionCapableFixture addExtractorMatcher(ExtractorMatcher extractorMatcher)
extractorMatcher - the extraction matcher to add.ExtractorMatcherpublic ExtractionResult getExtractionResult()
getExtractionResult in interface ExtractionCapableFixtureCopyright © 2014. All Rights Reserved.