interface ExplanatoryAssertionGroupFinalStep : AssertionBuilderFinalStep<AssertionGroup> (source)Final step which creates an AssertionGroup with an ExplanatoryAssertionGroupType based on the previously defined groupType and the explanatoryAssertions.
| abstract val explanatoryAssertions: List<Assertion>The previously defined AssertionGroup.assertions | |
| abstract val failing: ExplanatoryAssertionGroupFinalStepMake the ExplanatoryGroup no longer hold, use this if the explanatory assertion group is a single assertion within a group. | |
| abstract val groupType: ExplanatoryAssertionGroupTypeThe previously defined AssertionGroup.type. | 
| abstract fun build(): T | 
| fun create(groupType: ExplanatoryAssertionGroupType, explanatoryAssertions: List<Assertion>): ExplanatoryAssertionGroupFinalStep | 
| interface FinalStep : AssertionBuilderFinalStep<AssertionGroup>, ExplanatoryAssertionGroupFinalStepFinal step which creates an AssertionGroup with an ExplanatoryAssertionGroupType based on the previously defined groupType and the explanatoryAssertions. |