Class When<T>
java.lang.Object
org.saynotobugs.confidence.rxjava3.RxExpectationComposition<T>
org.saynotobugs.confidence.rxjava3.rxexpectation.When<T>
- All Implemented Interfaces:
RxExpectation<T>
public final class When<T>
extends org.saynotobugs.confidence.rxjava3.RxExpectationComposition<T>
-
Constructor Summary
ConstructorsConstructorDescriptionWhen(Runnable trigger, RxExpectation<T> delegate) When(String triggerDescription, Runnable trigger, RxExpectation<T> delegate) When(org.saynotobugs.confidence.Description triggerDescription, Runnable trigger, RxExpectation<T> delegate) -
Method Summary
Methods inherited from class org.saynotobugs.confidence.rxjava3.RxExpectationComposition
quality
-
Constructor Details
-
When
-
When
-
When
public When(org.saynotobugs.confidence.Description triggerDescription, Runnable trigger, RxExpectation<T> delegate)
-