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. def addSections(): Unit

    Permalink
  9. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hasSectionsForBlocks: Boolean

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def is: SpecStructure

    Permalink
    Definition Classes
    MutableFragmentBuilder
  19. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    MutableHeaderBuilder
  27. def specificationFragments: Fragments

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. 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