java.lang.Object
org.saynotobugs.confidence.rxjava3.rxexpectation.internal.Emits<T>
- All Implemented Interfaces:
org.saynotobugs.confidence.Quality<RxTestAdapter<T>>
public final class Emits<T>
extends Object
implements org.saynotobugs.confidence.Quality<RxTestAdapter<T>>
-
Constructor Summary
Constructors
Emits(int emissionCount,
org.saynotobugs.confidence.Quality<? super Iterable<T>> emissionQualities)
-
Method Summary
org.saynotobugs.confidence.Assessment
org.saynotobugs.confidence.Description
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Emits
public Emits(int emissionCount,
org.saynotobugs.confidence.Quality<? super Iterable<T>> emissionQualities)
-
Method Details
-
assessmentOf
public org.saynotobugs.confidence.Assessment assessmentOf(RxTestAdapter<T> candidate)
- Specified by:
assessmentOf in interface org.saynotobugs.confidence.Quality<T>
-
description
public org.saynotobugs.confidence.Description description()
- Specified by:
description in interface org.saynotobugs.confidence.Quality<T>