abstract fun newFeatureAssertionChecker(originalAssertionHolder: AssertionHolder): AssertionChecker
Creates an AssertionChecker which creates an AssertionGroup of type FeatureAssertionGroupType instead of checking assertions and delegates this task to the given originalAssertionHolder by adding (see AssertionPlant.addAssertion) the created assertion group to it.
originalAssertionHolder
- The assertion plant to which the created AssertionGroup of type
FeatureAssertionGroupType will be added.
Return
The newly created assertion checker.