Class IsAlive<T>

  • All Implemented Interfaces:
    RxExpectation<T>

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

      Constructors 
      Constructor Description
      IsAlive()
      Returns an RxExpectation that expects a RxTestAdapter that's still alive, i.e. did not complete, did not error nor has been cancelled.
    • Method Summary

      • Methods inherited from class org.saynotobugs.confidence.rxjava3.RxExpectationComposition

        quality
      • Methods inherited from class java.lang.Object

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

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