Class ActionTriggering<T>
java.lang.Object
org.saynotobugs.confidence.rxjava3.rxexpectation.ActionTriggering<T>
- All Implemented Interfaces:
RxExpectation<T>
A decorator to an
RxExpectation that triggers the actions of the TestScheduler before delegating to the Quality
returned by the decorated RxExpectation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.saynotobugs.confidence.Quality<RxTestAdapter<T>>quality(io.reactivex.rxjava3.schedulers.TestScheduler testScheduler) Returns aQualityto verify the state of anRxTestAdapter.
-
Constructor Details
-
ActionTriggering
-
-
Method Details
-
quality
public org.saynotobugs.confidence.Quality<RxTestAdapter<T>> quality(io.reactivex.rxjava3.schedulers.TestScheduler testScheduler) Description copied from interface:RxExpectationReturns aQualityto verify the state of anRxTestAdapter.- Specified by:
qualityin interfaceRxExpectation<T>
-