Class Within<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.saynotobugs.confidence.Quality<RxTestAdapter<T>> quality​(io.reactivex.rxjava3.schedulers.TestScheduler scheduler)
      Returns a Quality to verify the state of an RxTestAdapter.
      • Methods inherited from class java.lang.Object

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

      • Within

        public Within​(java.time.Duration duration,
                      RxExpectation<T> delegate)
        Creates an RxExpectation that expects the given RxExpectation to match within the given Duration.

        It does so by forwarding the TestScheduler by the given Duration and delegating to the given RxExpectation.

    • Method Detail