Contains the builder behind AssertImpl.collector
object AssertionCollectorBuilder : AssertionCollector
Delegates inter alia to the implementation of AssertionCollector. In detail, it implements AssertionCollector by delegating to assertionCollector which in turn delegates to the implementation via loadSingleService. |
|
object ExplainingAssertionCollectorOption
Delegates inter alia to the implementation of ThrowingAssertionCollectorForExplanation and NonThrowingAssertionCollectorForExplanation. |