case classStep(step: LazyParameter[Result], stopOnFail: Boolean = false, location: Location = new io.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
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.
the ContextSpec specification