org.scalatest.Fact

Unary_!

case class Unary_!(underlying: Fact) extends Fact with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Fact, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Unary_!
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Fact
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Unary_!(underlying: Fact)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def &(rhs: Fact): Fact

    Definition Classes
    Fact
  5. final def &&(rhs: ⇒ Fact): Fact

    Definition Classes
    Fact
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val cause: Option[Throwable]

    Definition Classes
    Fact
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def composableFactMessage: String

    Definition Classes
    Fact
  12. val composableFactMessageArgs: IndexedSeq[Any]

    Definition Classes
    Unary_!Fact
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def factDiagram(level: Int): String

    Definition Classes
    Unary_!Fact
  15. def factMessage: String

    Construct failure message to report if a fact fails, using rawFactMessage and factMessageArgs

    Construct failure message to report if a fact fails, using rawFactMessage and factMessageArgs

    returns

    failure message to report if a fact fails

    Definition Classes
    Fact
  16. val factMessageArgs: IndexedSeq[Any]

    Definition Classes
    Unary_!Fact
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. final def implies(rhs: ⇒ Fact): Fact

    Definition Classes
    Fact
  20. final def isEqvTo(rhs: Fact): Fact

    Definition Classes
    Fact
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val isLeaf: Boolean

    Definition Classes
    Unary_!Fact
  23. final def isNo: Boolean

    Definition Classes
    Fact
  24. val isVacuousYes: Boolean

    Definition Classes
    Unary_!Fact
  25. val isYes: Boolean

    Definition Classes
    Unary_!Fact
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. val prettifier: Prettifier

    Definition Classes
    Unary_!Fact
  30. val rawComposableFactMessage: String

    Definition Classes
    Unary_!Fact
  31. val rawFactMessage: String

    Definition Classes
    Unary_!Fact
  32. final def stringPrefix: String

    Definition Classes
    Fact
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. final def toAssertion(implicit pos: Position): Assertion

    Definition Classes
    Fact
  35. final def toBoolean: Boolean

    Definition Classes
    Fact
  36. def toString(): String

    Definition Classes
    Fact → AnyRef → Any
  37. def unary_!(): Fact

    Get a composable version of this Fact, sub type will be composable and all messages field will be substituted with its counter-part.

    Get a composable version of this Fact, sub type will be composable and all messages field will be substituted with its counter-part.

    returns

    a composable version of this Fact

    Definition Classes
    Unary_!Fact
  38. val underlying: Fact

  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def |(rhs: Fact): Fact

    Definition Classes
    Fact
  43. final def ||(rhs: ⇒ Fact): Fact

    Definition Classes
    Fact

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Fact

Inherited from AnyRef

Inherited from Any

Ungrouped