org.scalatest

FailureOf

object FailureOf extends FailureOf

Annotations
@deprecated
Deprecated

The FailureOf object has been deprecated. Please use object OutcomeOf instead.

Source
FailureOf.scala
Linear Supertypes
FailureOf, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FailureOf
  2. FailureOf
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Deprecated Value Members

  1. def failureOf(f: ⇒ Unit): Option[Throwable]

    Definition Classes
    FailureOf
    Annotations
    @deprecated
    Deprecated

    The failureOf method of trait FailureOf has been deprecated. Please use the outcomeOf method of trait OutcomeOf instead.