create

fun create(    groupType: AssertionGroupType,     description: Translatable,     representation: Any,     assertions: List<Assertion>): BasicAssertionGroupFinalStep(source)

Factory method to create a BasicAssertionGroupFinalStep in the building process of an AssertionGroup with groupType, description and representation as well as the given assertions.