Class Within<T>
java.lang.Object
org.saynotobugs.confidence.rxjava3.rxexpectation.Within<T>
- All Implemented Interfaces:
RxExpectation<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.saynotobugs.confidence.Quality<RxTestAdapter<T>>quality(io.reactivex.rxjava3.schedulers.TestScheduler scheduler) Returns aQualityto verify the state of anRxTestAdapter.
-
Constructor Details
-
Within
Creates anRxExpectationthat expects the givenRxExpectationto match within the givenDuration.It does so by forwarding the
TestSchedulerby the givenDurationand delegating to the givenRxExpectation.
-
-
Method Details
-
quality
public org.saynotobugs.confidence.Quality<RxTestAdapter<T>> quality(io.reactivex.rxjava3.schedulers.TestScheduler scheduler) Description copied from interface:RxExpectationReturns aQualityto verify the state of anRxTestAdapter.- Specified by:
qualityin interfaceRxExpectation<T>
-