WithResourceStep

com.github.agourlay.cornichon.steps.wrapped.WithResourceStep
case class WithResourceStep(nested: List[Step], resource: Resource) extends WrapperStep

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WrapperStep
trait Step
class Object
trait Matchable
class Any
Show all

Members list

Value members

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:
WrapperStep

Attributes

Inherited from:
Product

Attributes

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

Attributes

Inherited from:
Step
def setTitle(newTitle: String): Step

Attributes

Inherited from:
WrapperStep

Attributes

Inherited from:
WrapperStep

Concrete fields

override val stateUpdate: StepState
val title: String