trait TagDsl extends dsl.TagDsl with MutableFragmentBuilder

Dsl for creating tags in a mutable specification

Self Type
TagDsl
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TagDsl
  2. MutableFragmentBuilder
  3. MutableHeaderBuilder
  4. MutableArgumentsBuilder
  5. FragmentBuilder
  6. TagDsl
  7. FragmentsFactory
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class FragmentTaggedAs extends AnyRef

    This implicit allows to add tags and sections _after_ the examples

  2. implicit class FragmentsTaggedAs extends AnyRef

    This implicit allows to add tags and sections _after_ the examples

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 addFragment(fragment: Fragment): Fragment
  5. def addFragmentBlock(f: => Fragment): Fragment
  6. def addFragments(fragments: Fragments): Fragments
  7. def addFragmentsBlock(fs: => Fragments): Fragments
  8. def addSections(): Unit
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def fragmentFactory: FragmentFactory
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hasSectionsForBlocks: Boolean
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def is: SpecStructure
    Definition Classes
    MutableFragmentBuilder
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def section(tag: NamedTag): Fragment
    Definition Classes
    TagDslTagDsl
  23. def section(names: String*): Fragment
    Definition Classes
    TagDslTagDsl
  24. def setArguments(a: Arguments): Arguments
    Definition Classes
    MutableArgumentsBuilder
  25. def setTitle(t: String): SpecHeader
    Definition Classes
    MutableHeaderBuilder
  26. def specificationFragments: Fragments
    Definition Classes
    MutableFragmentBuilder
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def tag(tag: NamedTag): Fragment
    Definition Classes
    TagDslTagDsl
  29. def tag(names: String*): Fragment
    Definition Classes
    TagDslTagDsl
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def updateArguments(a: Arguments): Arguments
    Definition Classes
    MutableArgumentsBuilder
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. 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 MutableFragmentBuilder

Inherited from MutableHeaderBuilder

Inherited from FragmentBuilder

Inherited from dsl.TagDsl

Inherited from FragmentsFactory

Inherited from AnyRef

Inherited from Any

Ungrouped