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
While upgrading a large codebase from RxJava2 to RxJava3, I stumbled upon the fact that assertValueSet has been removed from the test consumer. Unfortunately I missed the usage survey in #6153.
Is there any recommended way to assert that a given stream emits expected items in any order?
Here's an example diff for my current workaround while migrating:
PS: I was happy that the migration was very smooth overall, especially because of the detailed documentation. Highly appreciate your efforts!
The text was updated successfully, but these errors were encountered:
While upgrading a large codebase from RxJava2 to RxJava3, I stumbled upon the fact that
assertValueSet
has been removed from the test consumer. Unfortunately I missed the usage survey in #6153.Is there any recommended way to assert that a given stream emits expected items in any order?
Here's an example diff for my current workaround while migrating:

PS: I was happy that the migration was very smooth overall, especially because of the detailed documentation. Highly appreciate your efforts!
The text was updated successfully, but these errors were encountered: