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