Package

org.specs2

specification

Permalink

package specification

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. specification
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AroundTimeout extends AnyRef

    Permalink
  2. trait ExamplesTimeout extends EachContext with AroundTimeout

    Permalink

    This trait can be used to add a global time out to each example or for a specific one:

    This trait can be used to add a global time out to each example or for a specific one:

    • for each example mix-in the trait
    • for a single example import the object and use the upTo context:

    my example must terminate in a reasonable amount of time ${upTo(3.seconds)(e1)}

Value Members

  1. object AroundTimeout extends AroundTimeout

    Permalink
  2. object ExamplesTimeout extends ExamplesTimeout

    Permalink

Deprecated Value Members

  1. def Action(a: ⇒ Any): Fragment

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) use action instead

  2. def Step(a: ⇒ Any, global: Boolean): Fragment

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) use step instead

  3. def Step(a: ⇒ Any): Fragment

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) use step instead

Inherited from AnyRef

Inherited from Any

Ungrouped