abstract fun format(methodObject: AssertionFormatterMethodObject, translatable: ITranslatable, representation: Any): Unit
Formats the assertion pair consisting of the given translatable and the given representation and appends the result to the sb of the given methodObject.
methodObject
- The method object which contains inter alia the sb
to with the result will be appended.