BlockDsl

org.specs2.specification.dsl.mutable.BlockDsl
trait BlockDsl

Create blocks of examples in a mutable specification

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Inherited classlikes

trait ToBlock[S, R]

Attributes

Inherited from:
BlockCreation (hidden)
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

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

Givens

Givens

given given_ToBlock_Function_Fragment[R](using evidence$4: AsExecution[R]): given_ToBlock_Function_Fragment[R]
given given_ToBlock_R_Fragment[R](using evidence$3: AsExecution[R]): given_ToBlock_R_Fragment[R]
given given_ToBlock_StepParser_Fragment[R](using evidence$2: AsResult[R]): given_ToBlock_StepParser_Fragment[R]

Extensions

Extensions

extension [S, R](d: String)
infix def >>(s: => S)(using t: ToBlock[S, R]): R