doc / ch.tutteli.atrium.logic.creating.iterablelike.contains.reporting / InOrderOnlyReportingOptions / showOnlyFailingIfMoreElementsThan

showOnlyFailingIfMoreElementsThan

abstract fun showOnlyFailingIfMoreElementsThan(number: Int): Unit (source)

Show only failing expectations, i.e. elements which do not match, instead of a summary which lists also successful expectations/elements.

Default shows up to 10 elements in a summary ans only failing afterwards, i.e. default is showOnlyFailingIfMoreElementsThan(10)