InAnyOrderOnlyReportingOptions
Reporting options for toContain.inAnyOrder.only
expectation functions.
Since
0.18.0
Properties
Functions
Link copied to clipboard
Always shows a summary where both failing and successful expectations are shown, same as OnlyReportingOptions.showOnlyFailingIfMoreExpectedElementsThan(Int.MAX_VALUE)
.
Link copied to clipboard
Always shows only failing expectations, same as OnlyReportingOptions.showOnlyFailingIfMoreExpectedElementsThan(0)
Link copied to clipboard
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.