saynotobugsorg / confidence

A declarative Java Assertion Framework
Apache License 2.0
11 stars 1 forks source link

Testing RxJava in real time #97

Open dmfs opened 1 year ago

dmfs commented 1 year ago

Some RxJava Streams can't be tested with a TestSubscriber. For those cases we need something like Await to wait actual time for an event to occur.