Class Errors<T>

  • All Implemented Interfaces:
    RxExpectation<T>

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

      Constructors 
      Constructor Description
      Errors​(java.lang.Class<? extends java.lang.Throwable> error)  
      Errors​(org.saynotobugs.confidence.Quality<? super java.lang.Throwable> errorQuality)  
    • 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

      • Errors

        public Errors​(java.lang.Class<? extends java.lang.Throwable> error)
      • Errors

        public Errors​(org.saynotobugs.confidence.Quality<? super java.lang.Throwable> errorQuality)