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

public final class IsAlive<T> extends org.saynotobugs.confidence.rxjava3.RxExpectationComposition<T>
  • Constructor Details

    • IsAlive

      public IsAlive()
      Returns an RxExpectation that expects a RxTestAdapter that's still alive, i.e. did not complete, did not error nor has been cancelled.