Class Emits<T>
java.lang.Object
org.saynotobugs.confidence.rxjava3.RxExpectationComposition<T>
org.saynotobugs.confidence.rxjava3.rxexpectation.Emits<T>
- All Implemented Interfaces:
RxExpectation<T>
public final class Emits<T>
extends org.saynotobugs.confidence.rxjava3.RxExpectationComposition<T>
-
Constructor Summary
ConstructorsConstructorDescriptionEmits(int emissionCount, Iterable<? extends org.saynotobugs.confidence.Quality<? super T>> emissionsQualities) Creates anRxExpectationthat verifies whether theRxTestAdaptercontains the given emission.Creates anRxExpectationthat verifies whether theRxTestAdaptercontains the given emissions in the given order. -
Method Summary
Methods inherited from class org.saynotobugs.confidence.rxjava3.RxExpectationComposition
quality
-
Constructor Details
-
Emits
Creates anRxExpectationthat verifies whether theRxTestAdaptercontains the given emission. -
Emits
Creates anRxExpectationthat verifies whether theRxTestAdaptercontains the given emissions in the given order. -
Emits
-
Emits
-
Emits
-
Emits
-