doc / ch.tutteli.atrium.logic.creating.iterablelike.contains.reporting / OnlyReportingOptions / showOnlyFailingIfMoreExpectedElementsThan

showOnlyFailingIfMoreExpectedElementsThan

abstract fun showOnlyFailingIfMoreExpectedElementsThan(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) if there are more than number expected elements.

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

Since
0.17.0