org.specs2.clairvoyance

ClairvoyantContext

trait ClairvoyantContext extends After with InterestingGivens with CapturedInputsAndOutputs

Linear Supertypes
CapturedInputsAndOutputs, InterestingGivens, After, DelayedInit, After, Context, Scope, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClairvoyantContext
  2. CapturedInputsAndOutputs
  3. InterestingGivens
  4. After
  5. DelayedInit
  6. After
  7. Context
  8. Scope
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ClairvoyantStep extends AnyRef

  2. class InterestingGivenBuilder extends AnyRef

    Definition Classes
    InterestingGivens
  3. class MutableInterestingGivens extends AnyRef

    Definition Classes
    InterestingGivens

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 ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def after: Unit

    Definition Classes
    ClairvoyantContext → After
  7. def andThen(a: After): After

    Definition Classes
    After
  8. def apply[T](a: ⇒ T)(implicit arg0: AsResult[T]): Result

    Definition Classes
    After → Context
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def capturedInputsAndOutputs: Seq[ProducesCapturedInputsAndOutputs]

    Definition Classes
    CapturedInputsAndOutputs
  11. def clearCapturedValues(): Unit

    Definition Classes
    CapturedInputsAndOutputs
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def compose(a: After): After

    Definition Classes
    After
  14. def delayedInit(x: ⇒ Unit): Unit

    Definition Classes
    After → DelayedInit
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def gatherCapturedValues: Seq[CapturedValue]

    Definition Classes
    CapturedInputsAndOutputs
  19. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  21. val interestingGivens: MutableInterestingGivens

    Definition Classes
    InterestingGivens
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. implicit def stringToStep(description: String): ClairvoyantStep

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

    Definition Classes
    AnyRef
  28. def tearDown: Unit

  29. implicit def toInterestingGiven(s: (String, AnyRef)): InterestingGivenBuilder

    Definition Classes
    InterestingGivens
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from CapturedInputsAndOutputs

Inherited from InterestingGivens

Inherited from After

Inherited from DelayedInit

Inherited from After

Inherited from Context

Inherited from Scope

Inherited from AnyRef

Inherited from Any

Ungrouped