ScenarioResourceStep
com.github.agourlay.cornichon.steps.wrapped.ScenarioResourceStep
case class ScenarioResourceStep(title: String, acquire: Step, release: Step) extends SimpleWrapperStep
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SimpleWrapperSteptrait Stepclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
def onNestedError(failedStep: FailedStep, resultRunState: RunState, runState: RunState, executionTime: Duration): (RunState, FailedStep)
def onNestedSuccess(resultRunState: RunState, runState: RunState, executionTime: Duration): RunState
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- SimpleWrapperStep
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Step
Attributes
- Inherited from:
- SimpleWrapperStep
Inherited fields
Attributes
- Inherited from:
- SimpleWrapperStep
In this article