ActionDsl

trait ActionDsl extends FragmentBuilder with ActionDsl

Dsl to create actions in a mutable spec

trait ActionDsl
class Object
trait Matchable
class Any

Value members

Concrete methods

override def action[T](a: => T)(using evidence$1: AsExecution[T]): Fragment
Definition Classes
override def step[T](a: => T)(using evidence$2: AsExecution[T]): Fragment
Definition Classes
def stopWhen(r: Result): Fragment
def stopWhen(f: Result => Boolean): Fragment
def stopWhenFail(when: => Boolean): Fragment
def stopWhenSkipped(when: => Boolean): Fragment

Inherited methods

def addSections(): Unit
Inherited from
FragmentBuilder
def hasSectionsForBlocks: Boolean
Inherited from
FragmentBuilder
def step[T](a: => T, global: Boolean)(using evidence$2: AsExecution[T]): Fragment
Inherited from
ActionDsl