Class/Object

org.specs2.specification

Step

Related Docs: object Step | package specification

Permalink

case class Step(step: LazyParameter[Result], stopOnFail: Boolean = false, location: Location = new Location, isolable: Boolean = true) extends Fragment with Executable with Isolable with Product with Serializable

An Step creates a fragment that will either return an Error Result if there is an exception or a Success.

It is usually used to do some initialisation or cleanup before or after all the Fragments.

Note that a Step fragment will not be reported in the output.

See also

the ContextSpec specification

Linear Supertypes
Serializable, Serializable, Product, Equals, Isolable, Executable, Fragment, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Step
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Isolable
  7. Executable
  8. Fragment
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Step(step: LazyParameter[Result], stopOnFail: Boolean = false, location: Location = new Location, isolable: Boolean = true)

    Permalink

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(any: Any): Boolean

    Permalink
    Definition Classes
    Step → Equals → AnyRef → Any
  8. def execute: Result

    Permalink
    Definition Classes
    Step → Executable
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def global: Step

    Permalink

    this fragment can not be executed in a separate specification

  12. def hashCode(): Int

    Permalink
    Definition Classes
    Step → AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val isolable: Boolean

    Permalink
    Definition Classes
    Step → Isolable
  15. val location: Location

    Permalink
    Definition Classes
    StepFragment
  16. def map(f: (Result) ⇒ Result): Step

    Permalink
    Definition Classes
    Step → Executable
  17. def matches(s: String): Boolean

    Permalink
    Definition Classes
    Fragment
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val step: LazyParameter[Result]

    Permalink
  22. val stopOnFail: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    Step → AnyRef → Any
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Isolable

Inherited from Executable

Inherited from Fragment

Inherited from AnyRef

Inherited from Any

Ungrouped