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