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

showOnlyFailingIfMoreElementsThan

abstract fun showOnlyFailingIfMoreElementsThan(number: Int): Unit (source)
Deprecated: Use showOnlyFailingIfMoreExpectedElementsThan instead; will be removed with 0.19.0

Show only failing expectations, i.e. elements which do not match, instead of a summary (which lists also successful expectations/elements) if there are more than number elements.

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

Since
0.17.0