TagDsl

org.specs2.specification.dsl.mutable.TagDsl

Dsl for creating tags in a mutable specification

Attributes

Graph
Supertypes
trait TagDsl
class Object
trait Matchable
class Any
Show all
Known subtypes
Self type

Members list

Value members

Concrete methods

override def section(names: String*): Fragment

Attributes

Definition Classes
override def section(tag: NamedTag): Fragment

Attributes

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

Attributes

Definition Classes
override def tag(tag: NamedTag): Fragment

Attributes

Definition Classes

Inherited methods

def addFragment(fragment: Fragment): Fragment

Attributes

Inherited from:
MutableFragmentBuilder
def addFragments(fragments: Fragments): Fragments

Attributes

Inherited from:
MutableFragmentBuilder

Attributes

Inherited from:
MutableFragmentBuilder
def addSections(): Unit

Attributes

Inherited from:
MutableFragmentBuilder

Attributes

Inherited from:
FragmentsFactory
def hasSectionsForBlocks: Boolean

Attributes

Inherited from:
MutableFragmentBuilder

Attributes

Inherited from:
MutableFragmentBuilder
def setArguments(a: Arguments): Arguments

Attributes

Inherited from:
MutableArgumentsBuilder
def setTitle(t: String): SpecHeader

Attributes

Inherited from:
MutableHeaderBuilder

Attributes

Inherited from:
MutableFragmentBuilder
def updateArguments(a: Arguments): Arguments

Attributes

Inherited from:
MutableArgumentsBuilder

Extensions

Extensions

extension (f: => Fragment)
infix 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

Attributes

infix 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

Attributes

infix 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

Attributes

infix 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

Attributes

extension (fs: => Fragments)
infix 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

Attributes

infix 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

Attributes