Class ActionTriggering<T>

java.lang.Object
org.saynotobugs.confidence.rxjava3.rxexpectation.ActionTriggering<T>
All Implemented Interfaces:
RxExpectation<T>

public final class ActionTriggering<T> extends 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.
  • Constructor Details

    • ActionTriggering

      public ActionTriggering(RxExpectation<T> delegate)
  • Method Details