interface TextAssertionFormatterFactory
(source)
abstract fun build(assertionFormatterController: AssertionFormatterController): TextAssertionFormatter |
operator fun invoke(f: (AssertionFormatterController) -> TextAssertionFormatter): TextAssertionFormatterFactory |