TextSameLineAssertionPairFormatter

constructor(objectFormatter: ObjectFormatter, translator: Translator)(source)

Represents an AssertionPairFormatter formatter of assertion pairs -- which consists of a Translatable and a representation -- where it puts them on the same line in the form: translation: representation.

Parameters

objectFormatter

Used to format objects such as DescriptiveAssertion.representation.

translator