TextDsl

org.specs2.specification.dsl.mutable.TextDsl
trait TextDsl extends TextCreation

Dsl for creating text and formatting fragments in a mutable specification

Attributes

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

Members list

Type members

Classlikes

implicit class fragmentFormatting(f: => Fragment)

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class textFragment(s: String)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def addBacktab(n: Int): Fragment

Attributes

Inherited from:
TextCreation

Attributes

Inherited from:
TextCreation
def addBreak(n: Int): Fragment

Attributes

Inherited from:
TextCreation

Attributes

Inherited from:
TextCreation

Attributes

Inherited from:
FragmentBuilder

Attributes

Inherited from:
FragmentBuilder

Attributes

Inherited from:
FragmentBuilder

Attributes

Inherited from:
FragmentBuilder
def addParagraph(s: String, n: Int): Fragment

Attributes

Inherited from:
TextCreation
def addSections(): Unit

Attributes

Inherited from:
FragmentBuilder
def addTab(n: Int): Fragment

Attributes

Inherited from:
TextCreation

Attributes

Inherited from:
TextCreation
def addText(s: String): Fragment

Attributes

Inherited from:
TextCreation

Attributes

Inherited from:
FragmentsFactory
def hasSectionsForBlocks: Boolean

Attributes

Inherited from:
FragmentBuilder

Implicits

Implicits

final implicit def fragmentFormatting(f: => Fragment): fragmentFormatting
final implicit def fragmentsFormatting(fs: => Fragments): fragmentsFormatting
final implicit def textFragment(s: String): textFragment