Class/Object

org.scalatest

Fact

Related Docs: object Fact | package scalatest

Permalink

sealed abstract class Fact extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fact
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val composableFactMessageArgs: IndexedSeq[Any]

    Permalink
  2. abstract val factMessageArgs: IndexedSeq[Any]

    Permalink
  3. abstract val isLeaf: Boolean

    Permalink
  4. abstract val isVacuousYes: Boolean

    Permalink
  5. abstract val isYes: Boolean

    Permalink
  6. abstract val prettifier: Prettifier

    Permalink
  7. abstract val rawComposableFactMessage: String

    Permalink
  8. abstract val rawFactMessage: String

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
  4. final def &&(rhs: ⇒ Fact): Fact

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val cause: Option[Throwable]

    Permalink
  8. def clone(): AnyRef

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

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def factDiagram(level: Int): String

    Permalink
  13. def factMessage: String

    Permalink

    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

  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

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

    Permalink
  18. final def isEqvTo(rhs: Fact): Fact

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def isNo: Boolean

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def stringPrefix: String

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
  27. final def toBoolean: Boolean

    Permalink
  28. def toString(): String

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

    Permalink

    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

  30. final def wait(): Unit

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

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

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

    Permalink
  34. final def ||(rhs: ⇒ Fact): Fact

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped