clairvoyance.specs2

ClairvoyantContext

trait ClairvoyantContext extends After with InterestingGivens with CapturedInputsAndOutputs

Linear Supertypes
CapturedInputsAndOutputs, InterestingGivens, After, DelayedInit, After, Context, Scope, 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. Scope
  10. AnyRef
  11. 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: 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. def after: Unit

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

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

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

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

    Definition Classes
    CapturedInputsAndOutputs
  9. def clearCapturedValues(): Unit

    Definition Classes
    CapturedInputsAndOutputs
  10. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. val interestingGivens: MutableInterestingGivens

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

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

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

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

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

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

    Definition Classes
    AnyRef
  26. def tearDown(): Unit

  27. implicit def toInterestingGiven(s: KeyValue): InterestingGivenBuilder

    Definition Classes
    InterestingGivens
  28. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. 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 Scope

Inherited from AnyRef

Inherited from Any

Ungrouped