Interface RxExpectation<T>

All Known Implementing Classes:
ActionTriggering, Completes, CompletesWith, Emits, EmitsNothing, Errors, HasNoFurtherValues, Immediately, IsAlive, IsCancelled, org.saynotobugs.confidence.rxjava3.RxExpectationComposition, When, Within
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RxExpectation<T>
An expectation on the current state of an RxTestAdapter.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.saynotobugs.confidence.Quality<RxTestAdapter<T>>
    quality(io.reactivex.rxjava3.schedulers.TestScheduler scheduler)
    Returns a Quality to verify the state of an RxTestAdapter.
  • Method Details

    • quality

      org.saynotobugs.confidence.Quality<RxTestAdapter<T>> quality(io.reactivex.rxjava3.schedulers.TestScheduler scheduler)
      Returns a Quality to verify the state of an RxTestAdapter.