Trait

org.specs2.specification.dsl.mutable

TagDsl

Related Doc: package mutable

Permalink

trait TagDsl extends dsl.TagDsl with MutableFragmentBuilder

Dsl for creating tags in a mutable specification

Self Type
TagDsl
Linear Supertypes
Known Subclasses
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. All

Type Members

  1. implicit class FragmentTaggedAs extends AnyRef

    Permalink

    This implicit allows to add tags and sections _after_ the examples

  2. implicit class FragmentsTaggedAs extends AnyRef

    Permalink

    This implicit allows to add tags and sections _after_ the examples

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addFragment(fragment: Fragment): Fragment

    Permalink
  5. def addFragmentBlock(f: ⇒ Fragment): Fragment

    Permalink
  6. def addFragments(fragments: Fragments): Fragments

    Permalink
  7. def addFragmentsBlock(fs: ⇒ Fragments): Fragments

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fragmentFactory: FragmentFactory

    Permalink
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def section(tag: NamedTag): Fragment

    Permalink
    Definition Classes
    TagDslTagDsl
  21. def section(names: String*): Fragment

    Permalink
    Definition Classes
    TagDslTagDsl
  22. def setArguments(a: Arguments): Arguments

    Permalink
    Definition Classes
    MutableArgumentsBuilder
  23. def setTitle(t: String): SpecHeader

    Permalink
    Definition Classes
    MutableHeaderBuilder
  24. def specificationFragments: (Env) ⇒ Fragments

    Permalink
    Definition Classes
    MutableFragmentBuilder
  25. def specificationStructure: (Env) ⇒ SpecStructure

    Permalink
    Definition Classes
    MutableFragmentBuilder
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def tag(tag: NamedTag): Fragment

    Permalink
    Definition Classes
    TagDslTagDsl
  28. def tag(names: String*): Fragment

    Permalink
    Definition Classes
    TagDslTagDsl
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def updateArguments(a: Arguments): Arguments

    Permalink
    Definition Classes
    MutableArgumentsBuilder
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MutableFragmentBuilder

Inherited from MutableHeaderBuilder

Inherited from MutableArgumentsBuilder

Inherited from FragmentBuilder

Inherited from dsl.TagDsl

Inherited from FragmentsFactory

Inherited from AnyRef

Inherited from Any

Ungrouped