Class 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 a Quality to test RX type implementations that don't require a scheduler.
    • Method Summary

      • Methods inherited from class org.saynotobugs.confidence.quality.composite.QualityComposition

        assessmentOf, description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Unscheduled

        public Unscheduled​(org.saynotobugs.confidence.Quality<? super org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,​? extends RxType>> delegate)
        Creates a Quality to test RX type implementations that don't require a scheduler.

        Scheduler events like Within will be ignored.