case class Report[+E](name: Option[Name], history: History[Failure[E]], stats: Stats) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Report
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Report(name: Option[Name], history: History[Failure[E]], stats: Stats)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assert[EE >: E](useFailSettingsOnPass: Boolean = false)(implicit as: AssertionSettings, de: DisplayError[EE]): Unit
    Annotations
    @elidable( elidable.ASSERTION )
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def exception[EE >: E](implicit de: DisplayError[EE]): Option[Throwable]
  9. def failed: Boolean
    Annotations
    @inline()
  10. def failure: Option[Failure[E]]
    Annotations
    @inline()
  11. def failureReason[e >: E](implicit displayError: DisplayError[e]): Option[Failure[String]]
  12. def format[EE >: E](f: Format)(implicit de: DisplayError[EE]): String
  13. def format[EE >: E](useFailSettingsOnPass: Boolean = false)(implicit as: AssertionSettings, de: DisplayError[EE]): String
  14. def format[EE >: E](implicit as: AssertionSettings, s: DisplayError[EE]): String
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val history: History[Failure[E]]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val name: Option[Name]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def print[EE >: E](useFailSettingsOnPass: Boolean = false)(implicit as: AssertionSettings, de: DisplayError[EE]): Unit

    Print the report to stdout

  23. def result: Result[Failure[E]]
    Annotations
    @inline()
  24. val stats: Stats
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def assertF[EE >: E]()(implicit as: AssertionSettings, se: DisplayError[EE]): Unit
    Annotations
    @deprecated @elidable( elidable.ASSERTION )
    Deprecated

    (Since version 2.2.0) Use .assert(true)

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def formatF[EE >: E](implicit as: AssertionSettings, s: DisplayError[EE]): String
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.0) Use .format(true)

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped