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
ConstructorsConstructorDescriptionCreates aQualitythat passes if theSupplierunder test supplies a value that matches the givenQuality.Creates aQualitythat passes if theSupplierunder test supplies a value equal to the given value. -
Method Summary
Methods inherited from class org.saynotobugs.confidence.quality.composite.QualityComposition
assessmentOf, description
-
Constructor Details
-
Supplies
Creates aQualitythat passes if theSupplierunder test supplies a value equal to the given value. -
Supplies
Creates aQualitythat passes if theSupplierunder test supplies a value that matches the givenQuality.
-