Class IsAlive<T>
- 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 Summary
Constructors Constructor Description IsAlive()Returns anRxExpectationthat expects aRxTestAdapterthat's still alive, i.e. did not complete, did not error nor has been cancelled.
-
-
-
Constructor Detail
-
IsAlive
public IsAlive()
Returns anRxExpectationthat expects aRxTestAdapterthat's still alive, i.e. did not complete, did not error nor has been cancelled.
-
-