Class ActionTriggering<T>

  • All Implemented Interfaces:
    RxExpectation<T>

    public final class ActionTriggering<T>
    extends java.lang.Object
    implements RxExpectation<T>
    A decorator to an RxExpectation that triggers the actions of the TestScheduler before delegating to the Quality returned by the decorated RxExpectation.
    • 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 testScheduler)
      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

      • ActionTriggering

        public ActionTriggering​(RxExpectation<T> delegate)
    • Method Detail

      • quality

        public org.saynotobugs.confidence.Quality<RxTestAdapter<T>> quality​(io.reactivex.rxjava3.schedulers.TestScheduler testScheduler)
        Description copied from interface: RxExpectation
        Returns a Quality to verify the state of an RxTestAdapter.
        Specified by:
        quality in interface RxExpectation<T>