Class RxWithSchedulerThat<T,​RxType>

  • All Implemented Interfaces:
    org.saynotobugs.confidence.Quality<org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,​? extends RxType>>

    public final class RxWithSchedulerThat<T,​RxType>
    extends java.lang.Object
    implements org.saynotobugs.confidence.Quality<org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,​? extends RxType>>
    • Constructor Summary

      Constructors 
      Constructor Description
      RxWithSchedulerThat​(org.saynotobugs.confidence.Description description, org.dmfs.jems2.Function<? super RxType,​? extends RxTestAdapter<T>> testAdapterFunction, java.lang.Iterable<? extends RxExpectation<T>> events)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.saynotobugs.confidence.Assessment assessmentOf​(org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,​? extends RxType> candidate)  
      org.saynotobugs.confidence.Description description()  
      • Methods inherited from class java.lang.Object

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

      • RxWithSchedulerThat

        public RxWithSchedulerThat​(org.saynotobugs.confidence.Description description,
                                   org.dmfs.jems2.Function<? super RxType,​? extends RxTestAdapter<T>> testAdapterFunction,
                                   java.lang.Iterable<? extends RxExpectation<T>> events)
    • Method Detail

      • assessmentOf

        public org.saynotobugs.confidence.Assessment assessmentOf​(org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,​? extends RxType> candidate)
        Specified by:
        assessmentOf in interface org.saynotobugs.confidence.Quality<T>
      • description

        public org.saynotobugs.confidence.Description description()
        Specified by:
        description in interface org.saynotobugs.confidence.Quality<T>