Interface RxExpectation<T>
- All Known Implementing Classes:
ActionTriggering,Completes,CompletesWith,Emits,EmitsNothing,Errors,HasNoFurtherValues,Immediately,IsAlive,IsCancelled,org.saynotobugs.confidence.rxjava3.RxExpectationComposition,When,Within
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An expectation on the current state of an
RxTestAdapter.-
Method Summary
Modifier and TypeMethodDescriptionorg.saynotobugs.confidence.Quality<RxTestAdapter<T>>quality(io.reactivex.rxjava3.schedulers.TestScheduler scheduler) Returns aQualityto verify the state of anRxTestAdapter.
-
Method Details
-
quality
org.saynotobugs.confidence.Quality<RxTestAdapter<T>> quality(io.reactivex.rxjava3.schedulers.TestScheduler scheduler) Returns aQualityto verify the state of anRxTestAdapter.
-