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.
assertionFormatterController
- The controller used to control the flow of formatting.
Constructor
Responsible to call an appropriate AssertionFormatter which supports formating a given Assertion -- it does
so by delegating this responsibility to the given assertionFormatterController.