Contains parameter objects related to feature extraction.
data class ExtractorWithCreator<T, R>
Parameter object which contains an extractor which extracts a feature out of a subject of an assertion + an assertionCreator which defines assertions for the feature. |
|
data class Feature<T, R>
Parameter object which contains a descriptionProvider for a feature along with an extractor which actually extracts the feature out of a subject of an assertion. |
|
data class FeatureWithCreator<T, R>
Parameter object which contains a description of a feature along with an extractor which actually extracts the feature out of a subject of an assertion + an assertionCreator which defines assertions for the feature. |
|
class MetaFeatureOption<T> |
|
data class MetaFeatureOptionWithCreator<T, R>
Parameter object which combines a lambda with a MetaFeatureOption receiver (called provider) and an assertionCreator. |