Class Supplies<T>
- java.lang.Object
-
- org.saynotobugs.confidence.quality.composite.QualityComposition<io.reactivex.rxjava3.functions.Supplier<T>>
-
- org.saynotobugs.confidence.rxjava3.quality.Supplies<T>
-
- All Implemented Interfaces:
org.saynotobugs.confidence.Quality<io.reactivex.rxjava3.functions.Supplier<T>>
public final class Supplies<T> extends org.saynotobugs.confidence.quality.composite.QualityComposition<io.reactivex.rxjava3.functions.Supplier<T>>
-
-
Constructor Summary
Constructors Constructor Description Supplies(org.saynotobugs.confidence.Quality<? super T> delegate)Creates aQualitythat passes if theSupplierunder test supplies a value that matches the givenQuality.Supplies(T delegate)Creates aQualitythat passes if theSupplierunder test supplies a value equal to the given value.
-
-
-
Constructor Detail
-
Supplies
public Supplies(T delegate)
Creates aQualitythat passes if theSupplierunder test supplies a value equal to the given value.
-
Supplies
public Supplies(org.saynotobugs.confidence.Quality<? super T> delegate)
Creates aQualitythat passes if theSupplierunder test supplies a value that matches the givenQuality.
-
-