class AssertionFormatterControllerBasedFacade : AssertionFormatterFacade
Responsible to call an appropriate AssertionFormatter which supports formating a given Assertion -- it does so by delegating this responsibility to the specified assertionFormatterController.
AssertionFormatterControllerBasedFacade(assertionFormatterController: AssertionFormatterController)
Responsible to call an appropriate AssertionFormatter which supports formating a given Assertion -- it does so by delegating this responsibility to the given assertionFormatterController. |
fun format(assertion: Assertion, sb: StringBuilder, assertionFilter: (Assertion) -> Boolean): Unit |
|
fun register(assertionFormatterFactory: (AssertionFormatterController) -> AssertionFormatter): Unit |