Class ActionTriggering<T>
- java.lang.Object
-
- org.saynotobugs.confidence.rxjava3.rxexpectation.ActionTriggering<T>
-
- All Implemented Interfaces:
RxExpectation<T>
public final class ActionTriggering<T> extends java.lang.Object implements RxExpectation<T>
A decorator to anRxExpectationthat triggers the actions of theTestSchedulerbefore delegating to theQualityreturned by the decoratedRxExpectation.
-
-
Constructor Summary
Constructors Constructor Description ActionTriggering(RxExpectation<T> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.saynotobugs.confidence.Quality<RxTestAdapter<T>>quality(io.reactivex.rxjava3.schedulers.TestScheduler testScheduler)Returns aQualityto verify the state of anRxTestAdapter.
-
-
-
Constructor Detail
-
ActionTriggering
public ActionTriggering(RxExpectation<T> delegate)
-
-
Method Detail
-
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>
-
-