Packages

object FragmentsDsl extends FragmentsDsl

Linear Supertypes
FragmentsDsl, AcceptanceDsl1, ActionDsl, TagDsl, ReferenceCreation, SpecStructureDsl1, FragmentsFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FragmentsDsl
  2. FragmentsDsl
  3. AcceptanceDsl1
  4. ActionDsl
  5. TagDsl
  6. ReferenceCreation
  7. SpecStructureDsl1
  8. FragmentsFactory
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class HiddenFragment extends AnyRef
    Definition Classes
    FragmentsDsl
  2. implicit class MutedFragment extends AnyRef
    Definition Classes
    FragmentsDsl
  3. implicit class appendToArguments extends AnyRef
    Definition Classes
    SpecStructureDsl1
  4. implicit class appendToFragment extends AnyRef
    Definition Classes
    FragmentsDsl
  5. implicit class appendToFragments extends AnyRef
    Definition Classes
    FragmentsDsl
  6. implicit class appendToString extends AnyRef
    Definition Classes
    FragmentsDsl

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def action(a: => Any): Fragment
    Definition Classes
    ActionDsl
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fragmentFactory: FragmentFactory
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  10. implicit def fragmentToFragments(f: Fragment): Fragments
    Definition Classes
    FragmentsDsl
  11. implicit def fragmentsAsSpecStructure(fs: => Fragments): SpecStructure
    Definition Classes
    SpecStructureDsl1
  12. def fragmentsBlock(fragments: Seq[Fragment], offset: Int = 2): 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

    Definition Classes
    FragmentsDsl
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def link(s: => SpecificationStructure): Fragment
    Definition Classes
    ReferenceCreation
  17. def link(s: SpecStructure): Fragment
    Definition Classes
    ReferenceCreation
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def section(tag: NamedTag): Fragment
    Definition Classes
    TagDsl
  22. def section(names: String*): Fragment
    Definition Classes
    TagDsl
  23. def see(s: => SpecificationStructure): Fragment
    Definition Classes
    ReferenceCreation
  24. def see(s: SpecStructure): Fragment
    Definition Classes
    ReferenceCreation
  25. def step(a: => Any, global: Boolean): Fragment
    Definition Classes
    ActionDsl
  26. def step(a: => Any): Fragment
    Definition Classes
    ActionDsl
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def tag(tag: NamedTag): Fragment
    Definition Classes
    TagDsl
  29. def tag(names: String*): Fragment
    Definition Classes
    TagDsl
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from FragmentsDsl

Inherited from AcceptanceDsl1

Inherited from ActionDsl

Inherited from TagDsl

Inherited from ReferenceCreation

Inherited from SpecStructureDsl1

Inherited from FragmentsFactory

Inherited from AnyRef

Inherited from Any

Ungrouped