FragmentsDsl

object FragmentsDsl extends FragmentsDsl
Companion:
class
trait ActionDsl
trait TagDsl
class Object
trait Matchable
class Any

Type members

Inherited classlikes

implicit class HiddenFragment(fragment: Fragment)
Inherited from:
FragmentsDsl
implicit class MutedFragment(fragment: Fragment)
Inherited from:
FragmentsDsl
implicit class appendToArguments(args: Arguments)
Inherited from:
SpecStructureDsl1
implicit class appendToFragment(f: Fragment)
Inherited from:
FragmentsDsl
implicit class appendToFragments(fs: Fragments)
Inherited from:
FragmentsDsl
implicit class appendToString(s: String)
Inherited from:
FragmentsDsl

Value members

Inherited methods

def action(a: => Any): Fragment
Inherited from:
ActionDsl
Inherited from:
FragmentsFactory
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

Inherited from:
FragmentsDsl
def section(tag: NamedTag): Fragment
Inherited from:
TagDsl
def section(names: String*): Fragment
Inherited from:
TagDsl
def step(a: => Any, global: Boolean): Fragment
Inherited from:
ActionDsl
def step(a: => Any): Fragment
Inherited from:
ActionDsl
def tag(tag: NamedTag): Fragment
Inherited from:
TagDsl
def tag(names: String*): Fragment
Inherited from:
TagDsl

Implicits

Inherited implicits

final implicit def HiddenFragment(fragment: Fragment): HiddenFragment
Inherited from:
FragmentsDsl
final implicit def MutedFragment(fragment: Fragment): MutedFragment
Inherited from:
FragmentsDsl
final implicit def appendToArguments(args: Arguments): appendToArguments
Inherited from:
SpecStructureDsl1
Inherited from:
FragmentsDsl
Inherited from:
FragmentsDsl
final implicit def appendToString(s: String): appendToString
Inherited from:
FragmentsDsl
Inherited from:
FragmentsDsl
Inherited from:
SpecStructureDsl1