ScenarioResourceStep

com.github.agourlay.cornichon.steps.wrapped.ScenarioResourceStep
case class ScenarioResourceStep(title: String, acquire: Step, release: Step) extends SimpleWrapperStep

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Step
class Object
trait Matchable
class Any
Show 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
override def setTitle(newTitle: String): Step

Attributes

Definition Classes

Inherited methods

def andThen(other: Step): Step

Attributes

Inherited from:
Step
def andThen(others: List[Step]): Step

Attributes

Inherited from:
Step
def chain(others: Session => List[Step]): Step

Attributes

Inherited from:
Step

Attributes

Inherited from:
SimpleWrapperStep

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def runStep(runState: RunState): StepResult

Attributes

Inherited from:
Step

Attributes

Inherited from:
SimpleWrapperStep

Concrete fields

override val indentLog: Boolean
override val nestedToRun: List[Step]

Inherited fields

override val stateUpdate: StepState

Attributes

Inherited from:
SimpleWrapperStep