Class RxWithSchedulerThat<T,RxType>
java.lang.Object
org.saynotobugs.confidence.rxjava3.quality.RxWithSchedulerThat<T,RxType>
- All Implemented Interfaces:
org.saynotobugs.confidence.Quality<org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,? extends RxType>>
public final class RxWithSchedulerThat<T,RxType>
extends Object
implements org.saynotobugs.confidence.Quality<org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,? extends RxType>>
-
Constructor Summary
ConstructorsConstructorDescriptionRxWithSchedulerThat(org.saynotobugs.confidence.Description description, org.dmfs.jems2.Function<? super RxType, ? extends RxTestAdapter<T>> testAdapterFunction, Iterable<? extends RxExpectation<T>> events) -
Method Summary
Modifier and TypeMethodDescriptionorg.saynotobugs.confidence.AssessmentassessmentOf(org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler, ? extends RxType> candidate) org.saynotobugs.confidence.Description
-
Constructor Details
-
RxWithSchedulerThat
public RxWithSchedulerThat(org.saynotobugs.confidence.Description description, org.dmfs.jems2.Function<? super RxType, ? extends RxTestAdapter<T>> testAdapterFunction, Iterable<? extends RxExpectation<T>> events)
-
-
Method Details
-
assessmentOf
public org.saynotobugs.confidence.Assessment assessmentOf(org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler, ? extends RxType> candidate) - Specified by:
assessmentOfin interfaceorg.saynotobugs.confidence.Quality<T>
-
description
public org.saynotobugs.confidence.Description description()- Specified by:
descriptionin interfaceorg.saynotobugs.confidence.Quality<T>
-