Class Emits<T>

  • All Implemented Interfaces:
    RxExpectation<T>

    public final class Emits<T>
    extends org.saynotobugs.confidence.rxjava3.RxExpectationComposition<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      Emits​(int emissionCount, java.lang.Iterable<? extends org.saynotobugs.confidence.Quality<? super T>> emissionsQualities)  
      Emits​(int emissionCount, org.saynotobugs.confidence.Quality<? super java.lang.Iterable<T>> emissionsQuality)  
      Emits​(org.saynotobugs.confidence.Quality<? super T>... emissionQualities)  
      Emits​(T... emissions)
      Creates an RxExpectation that verifies whether the RxTestAdapter contains the given emissions in the given order.
    • Method Summary

      • Methods inherited from class org.saynotobugs.confidence.rxjava3.RxExpectationComposition

        quality
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Emits

        @SafeVarargs
        public Emits​(T... emissions)
        Creates an RxExpectation that verifies whether the RxTestAdapter contains the given emissions in the given order.
      • Emits

        @SafeVarargs
        public Emits​(org.saynotobugs.confidence.Quality<? super T>... emissionQualities)
      • Emits

        public Emits​(int emissionCount,
                     java.lang.Iterable<? extends org.saynotobugs.confidence.Quality<? super T>> emissionsQualities)
      • Emits

        public Emits​(int emissionCount,
                     org.saynotobugs.confidence.Quality<? super java.lang.Iterable<T>> emissionsQuality)