NoSpecialChildFormattingSingleAssertionGroupTypeFormatter(clazz: KClass<T>, assertionFormatterController: AssertionFormatterController)
A base type for AssertionFormatter which canFormat only AssertionGroups of one specific AssertionGroupType.
clazz
- The AssertionGroupType which the concrete sub class canFormat.
assertionFormatterController
- The controller to which this formatter gives back the control
when it comes to format children of an AssertionGroup.
Constructor
A base type for AssertionFormatter which canFormat only
AssertionGroups of one specific AssertionGroupType.