Class Unscheduled<RxType>
java.lang.Object
org.saynotobugs.confidence.quality.composite.QualityComposition<RxType>
org.saynotobugs.confidence.rxjava3.quality.Unscheduled<RxType>
- All Implemented Interfaces:
org.saynotobugs.confidence.Quality<RxType>
public final class Unscheduled<RxType>
extends org.saynotobugs.confidence.quality.composite.QualityComposition<RxType>
-
Constructor Summary
ConstructorsConstructorDescriptionUnscheduled(org.saynotobugs.confidence.Quality<? super org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler, ? extends RxType>> delegate) Creates aQualityto test RX type implementations that don't require a scheduler. -
Method Summary
Methods inherited from class org.saynotobugs.confidence.quality.composite.QualityComposition
assessmentOf, description
-
Constructor Details
-
Unscheduled
public Unscheduled(org.saynotobugs.confidence.Quality<? super org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler, ? extends RxType>> delegate) Creates aQualityto test RX type implementations that don't require a scheduler.Scheduler events like
Withinwill be ignored.
-