Class RxWithSchedulerThat<T,RxType>

java.lang.Object
org.saynotobugs.confidence.rxjava3.quality.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 Object implements org.saynotobugs.confidence.Quality<org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,? extends RxType>>
  • Constructor Details

    • RxWithSchedulerThat

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

    • 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>