You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output will show all elements from 3 to 100 which is way too verbose. Similar to the showOnlyFailing option for toContain.inOrder.only we should introduce NotToContainReportingOptions which allows to setMaxNumberOfMismatches which defaults to 5
The text was updated successfully, but these errors were encountered:
robstoll
changed the title
show only the first 10 mismatches for notToContain
show only the first 5 mismatches for notToContain
Mar 2, 2022
robstoll
changed the title
show only the first 5 mismatches for notToContain
show only the first 5 mismatches for notToContain/none and all
Mar 2, 2022
Platform (all, jvm, js): all
Extension (none, kotlin 1.3): none
Code related feature
The output will show all elements from 3 to 100 which is way too verbose. Similar to the showOnlyFailing option for
toContain.inOrder.only
we should introduceNotToContainReportingOptions
which allows tosetMaxNumberOfMismatches
which defaults to 5The text was updated successfully, but these errors were encountered: