FragmentsDsl

org.specs2.specification.dsl.FragmentsDsl
See theFragmentsDsl companion object

Creation of Fragments with the ^ syntax

Attributes

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

Members list

Type members

Classlikes

implicit class HiddenFragment(fragment: Fragment)

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class MutedFragment(fragment: Fragment)

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class appendToFragment(f: Fragment)

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class appendToFragments(fs: Fragments)

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited classlikes

implicit class appendToArguments(args: Arguments)

Attributes

Inherited from:
SpecStructureDsl1 (hidden)
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def fragmentsBlock(fragments: Seq[Fragment], offset: Int): Fragments

create a block of new fragments where each of them is separated by a newline and there is a specific offset from the left margin

create a block of new fragments where each of them is separated by a newline and there is a specific offset from the left margin

Attributes

Inherited methods

def action(a: => Any): Fragment

Attributes

Inherited from:
ActionDsl

Attributes

Inherited from:
FragmentsFactory
def section(tag: NamedTag): Fragment

Attributes

Inherited from:
TagDsl
def section(names: String*): Fragment

Attributes

Inherited from:
TagDsl

Attributes

Inherited from:
ReferenceCreation

Attributes

Inherited from:
ReferenceCreation
def step(a: => Any, global: Boolean): Fragment

Attributes

Inherited from:
ActionDsl
def step(a: => Any): Fragment

Attributes

Inherited from:
ActionDsl
def tag(tag: NamedTag): Fragment

Attributes

Inherited from:
TagDsl
def tag(names: String*): Fragment

Attributes

Inherited from:
TagDsl

Implicits

Implicits

final implicit def HiddenFragment(fragment: Fragment): HiddenFragment
final implicit def MutedFragment(fragment: Fragment): MutedFragment
final implicit def appendToFragment(f: Fragment): appendToFragment
final implicit def appendToFragments(fs: Fragments): appendToFragments
final implicit def appendToString(s: String): appendToString

Inherited implicits

final implicit def appendToArguments(args: Arguments): appendToArguments

Attributes

Inherited from:
SpecStructureDsl1 (hidden)

Attributes

Inherited from:
SpecStructureDsl1 (hidden)