Sam
10/24/2024, 8:33 AMexpectNoEvents()
and ensureAllEventsConsumed()
?Sam
10/24/2024, 8:35 AM• `expectNoEvents()`: Assert that there are no unconsumed events which have already been received.
• `ensureAllEventsConsumed()`: Assert that all events that have occurred so far on this ReceiveTurbine have been consumed.That sounds like the same words in a different order, unless I'm missing something
kevin.cianfarini
10/24/2024, 9:58 AMensureAllEventsConsumed
listed here? https://cashapp.github.io/turbine/docs/1.x/-turbine/app.cash.turbine/index.htmlkevin.cianfarini
10/24/2024, 9:58 AMSam
10/24/2024, 10:04 AMSam
10/24/2024, 10:05 AMkevin.cianfarini
10/24/2024, 10:11 AMSam
10/24/2024, 10:12 AMRobert Williams
10/24/2024, 10:42 AMRobert Williams
10/24/2024, 10:43 AMSam
10/25/2024, 7:03 AMjw
10/25/2024, 3:45 PM