data class FeatureAssertionGroup : IFeatureAssertionGroup
Represents a group of IAssertion identified by a featureName and a belonging feature.
FeatureAssertionGroup(featureName: ITranslatable, feature: Any, assertions: List<IAssertion>) |
val assertions: List<IAssertion>
The assertions of this group, which are defined for feature. |
|
val feature: Any
The feature itself for which the assertions are defined for. |
|
val featureName: ITranslatable
The name of the feature. |
open fun holds(): Boolean
Holds if all its assertions hold. |