ActionDsl

org.specs2.specification.dsl.mutable.ActionDsl

Dsl to create actions in a mutable spec

Attributes

Graph
Supertypes
trait ActionDsl
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

override def action[T](a: => T)(using evidence$1: AsExecution[T]): Fragment

Attributes

Definition Classes
override def step[T](a: => T)(using evidence$1: AsExecution[T]): Fragment

Attributes

Definition Classes
def stopWhen(f: Result => Boolean): Fragment
def stopWhenFail(when: => Boolean): Fragment
def stopWhenSkipped(when: => Boolean): Fragment

Inherited methods

Attributes

Inherited from:
FragmentsFactory
def step[T](a: => T, global: Boolean)(using evidence$1: AsExecution[T]): Fragment

Attributes

Inherited from:
ActionDsl

Inherited and Abstract methods

Attributes

Inherited from:
FragmentBuilder

Attributes

Inherited from:
FragmentBuilder

Attributes

Inherited from:
FragmentBuilder
def addSections(): Unit

Attributes

Inherited from:
FragmentBuilder
def hasSectionsForBlocks: Boolean

Attributes

Inherited from:
FragmentBuilder