SingleAssertionGroupTypeFormatter

constructor(clazz: KClass<T>)(source)

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

Parameters

T

The AssertionGroupType which the concrete sub class canFormat.

clazz

The AssertionGroupType which the concrete sub class canFormat.