NoSpecialChildFormattingSingleAssertionGroupTypeFormatter

constructor(clazz: KClass<T>, assertionFormatterController: AssertionFormatterController)(source)

A base type for AssertionFormatter which canFormat only AssertionGroups of one specific AssertionGroupType.

Parameters

T

The AssertionGroupType which the concrete subclass canFormat.

clazz

The AssertionGroupType which the concrete subclass canFormat.

assertionFormatterController

The controller to which this formatter gives back the control when it comes to format children of an AssertionGroup.