Class CompletesWith<T>
- java.lang.Object
-
- org.saynotobugs.confidence.rxjava3.RxExpectationComposition<T>
-
- org.saynotobugs.confidence.rxjava3.rxexpectation.CompletesWith<T>
-
- All Implemented Interfaces:
RxExpectation<T>
public final class CompletesWith<T> extends org.saynotobugs.confidence.rxjava3.RxExpectationComposition<T>
-
-
Constructor Summary
Constructors Constructor Description CompletesWith(int elementCount, org.saynotobugs.confidence.Quality<? super java.lang.Iterable<T>> values)CompletesWith(org.saynotobugs.confidence.Quality<? super T>... values)CompletesWith(T... values)
-
-
-
Constructor Detail
-
CompletesWith
@SafeVarargs public CompletesWith(T... values)
-
CompletesWith
@SafeVarargs public CompletesWith(org.saynotobugs.confidence.Quality<? super T>... values)
-
CompletesWith
public CompletesWith(int elementCount, org.saynotobugs.confidence.Quality<? super java.lang.Iterable<T>> values)
-
-