Class Downstream<Up,Down>
- java.lang.Object
-
- org.saynotobugs.confidence.rxjava3.transformerteststep.Downstream<Up,Down>
-
- All Implemented Interfaces:
TransformerTestStep<Up,Down>
public final class Downstream<Up,Down> extends java.lang.Object implements TransformerTestStep<Up,Down>
-
-
Constructor Summary
Constructors Constructor Description Downstream(java.lang.Iterable<? extends RxExpectation<Down>> events)Downstream(RxExpectation<Down>... events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<org.saynotobugs.confidence.Quality<RxTestAdapter<Down>>>qualities(io.reactivex.rxjava3.schedulers.TestScheduler scheduler, RxSubjectAdapter<? super Up> upstream)
-
-
-
Constructor Detail
-
Downstream
@SafeVarargs public Downstream(RxExpectation<Down>... events)
-
Downstream
public Downstream(java.lang.Iterable<? extends RxExpectation<Down>> events)
-
-
Method Detail
-
qualities
public java.lang.Iterable<org.saynotobugs.confidence.Quality<RxTestAdapter<Down>>> qualities(io.reactivex.rxjava3.schedulers.TestScheduler scheduler, RxSubjectAdapter<? super Up> upstream)
- Specified by:
qualitiesin interfaceTransformerTestStep<Up,Down>
-
-