TagDsl

Dsl for creating tags in a mutable specification

trait TagDsl
class Object
trait Matchable
class Any

Value members

Concrete methods

override def section(names: String*): Fragment
Definition Classes
override def section(tag: NamedTag): Fragment
Definition Classes
override def tag(names: String*): Fragment
Definition Classes
override def tag(tag: NamedTag): Fragment
Definition Classes

Inherited methods

def addFragment(fragment: Fragment): Fragment
def addSections(): Unit
def hasSectionsForBlocks: Boolean
def setArguments(a: Arguments): Arguments
def setTitle(t: String): SpecHeader
Inherited from
MutableHeaderBuilder
def updateArguments(a: Arguments): Arguments

Extensions

Extensions

extension (f: => Fragment)
def section(tag: String): Fragment

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

def section(tag: NamedTag): Fragment

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

def tag(tag: String): Fragment

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

def tag(tag: NamedTag): Fragment

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

extension (fs: => Fragments)
def section(tag: NamedTag): Fragments

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

def tag(tag: NamedTag): Fragments

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples