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
Constructors Constructor Description 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.
-
-
-
Constructor Detail
-
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.
-
-