ExampleDsl

trait ExampleDsl extends ExampleDsl with BlockCreation

Dsl for creating 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

Concrete methods

override def addExample(d: String, execution: => Execution): Fragment
Definition Classes

Inherited methods

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

Extensions

Inherited extensions

extension (d: String)
def ![R](using not: NotGiven[NoBangExamples])(r: String => R)(using evidence$2: AsResult[R]): Fragment
Inherited from
ExampleDsl
def ![R](using not: NotGiven[NoBangExamples])(r: => R)(using evidence$1: AsResult[R]): Fragment
Inherited from
ExampleDsl
extension (d: String)
def !(using not: NotGiven[NoBangExamples])(execution: => Execution): Fragment
Inherited from
ExampleDsl
extension (d: String)
def ![R](using not: NotGiven[NoBangExamples])(r: Env => R)(using evidence$3: AsResult[R], p: ImplicitParam): Fragment
Inherited from
ExampleDsl