Contains parameter objects related to feature assertions.
data class Feature<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. |
|
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. |
|
data class MetaFeatureOptionWithCreator<T, R>
Parameter object which combines a lambda with a MetaFeatureOption receiver (called provider) and an assertionCreator. |