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

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
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

Extensions

Extensions

extension (f: => Fragment)
def backtab(n: Int): Fragment
def br: Fragment
def br(n: Int): Fragment
def p: Fragment
def p(n: Int): Fragment
def tab: Fragment
def tab(n: Int): Fragment
extension (fs: => Fragments)
def backtab(n: Int): Fragments
def br: Fragments
def br(n: Int): Fragments
def p: Fragments
def p(n: Int): Fragments
def tab: Fragments
def tab(n: Int): Fragments
extension (s: String)
def br: Fragment
def br(n: Int): Fragment
def p: Fragment
def p(n: Int): Fragment
def txt: Fragment