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
I expected subject: [1, 2, 2, 4] (java.util.Arrays.ArrayList <1234789>)
◆ to contain, in any order:
⚬ an element which needs:
» to be less than: 3 (kotlin.Int <1234789>)
⚬ ▶ number of such elements: 3
◾ is at most: 2
I suggest we apply the same strategy regarding showing all successful or not like we use for inOrder.only, i.e. show only failing if there are more than 10 expected elements and add option to change the options
The text was updated successfully, but these errors were encountered:
Platform (all, jvm, js): all
Extension (none, kotlin 1.3): none
Code related feature
Results per default in:
I suggest we apply the same strategy regarding showing all successful or not like we use for inOrder.only, i.e. show only failing if there are more than 10 expected elements and add option to change the options
The text was updated successfully, but these errors were encountered: