BlockDsl

trait BlockDsl extends BlockCreation

Create blocks of examples in a mutable specification

trait BlockCreation
class Object
trait Matchable
class Any

Type members

Inherited classlikes

trait ToBlock[S, R]
Inherited from
BlockCreation

Value members

Inherited methods

def addSections(): Unit
Inherited from
FragmentBuilder
def hasSectionsForBlocks: Boolean
Inherited from
FragmentBuilder

Extensions

Extensions

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