BlockDsl

trait BlockDsl

Create blocks of examples in a mutable specification

class Object
trait Matchable
class Any

Type members

Inherited classlikes

trait ToBlock[S, R]
Inherited from:
BlockCreation (hidden)

Value members

Inherited methods

def addSections(): Unit
Inherited from:
FragmentBuilder
Inherited from:
FragmentsFactory
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