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
trait SpecLike
class Spec
trait MutableDsl
Show all

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$2: AsExecution[T]): Fragment

Attributes

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

Attributes

Inherited from:
FragmentBuilder

Attributes

Inherited from:
FragmentBuilder

Attributes

Inherited from:
FragmentBuilder
def addSections(): Unit

Attributes

Inherited from:
FragmentBuilder

Attributes

Inherited from:
FragmentsFactory
def hasSectionsForBlocks: Boolean

Attributes

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

Attributes

Inherited from:
ActionDsl