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 java.lang.Object implements org.saynotobugs.confidence.Quality<org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,? extends RxType>>
-
-
Constructor Summary
Constructors Constructor Description RxWithSchedulerThat(org.saynotobugs.confidence.Description description, org.dmfs.jems2.Function<? super RxType,? extends RxTestAdapter<T>> testAdapterFunction, java.lang.Iterable<? extends RxExpectation<T>> events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.saynotobugs.confidence.AssessmentassessmentOf(org.dmfs.jems2.Function<? super io.reactivex.rxjava3.schedulers.TestScheduler,? extends RxType> candidate)org.saynotobugs.confidence.Descriptiondescription()
-
-
-
Constructor Detail
-
RxWithSchedulerThat
public RxWithSchedulerThat(org.saynotobugs.confidence.Description description, org.dmfs.jems2.Function<? super RxType,? extends RxTestAdapter<T>> testAdapterFunction, java.lang.Iterable<? extends RxExpectation<T>> events)
-
-
Method Detail
-
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>
-
-