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

Type members

Classlikes

implicit class FragmentTaggedAs(f: => Fragment)

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class FragmentsTaggedAs(fs: => Fragments)

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

Attributes

Supertypes
class Object
trait Matchable
class Any

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

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

Implicits

Implicits

final implicit def FragmentTaggedAs(f: => Fragment): FragmentTaggedAs

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

Attributes

final implicit def FragmentsTaggedAs(fs: => Fragments): FragmentsTaggedAs

This implicit allows to add tags and sections after the examples

This implicit allows to add tags and sections after the examples

Attributes