ActionDsl

org.specs2.specification.dsl.ActionDsl
trait ActionDsl extends FragmentsFactory

Action Dsl for mutable specifications

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def action[T](a: => T)(using evidence$3: AsExecution[T]): Fragment
def step[T](a: => T)(using evidence$1: AsExecution[T]): Fragment
def step[T](a: => T, global: Boolean)(using evidence$2: AsExecution[T]): Fragment

Inherited methods

Attributes

Inherited from:
FragmentsFactory