org.specs2.specification.dsl

FragmentsDsl

trait FragmentsDsl extends FragmentsFactory with AcceptanceDsl1

Creation of Fragments with the ^ syntax

Self Type
FragmentsDsl
Linear Supertypes
AcceptanceDsl1, ActionDsl, TagDsl, ReferenceCreation, SpecStructureDsl1, FragmentsFactory, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FragmentsDsl
  2. AcceptanceDsl1
  3. ActionDsl
  4. TagDsl
  5. ReferenceCreation
  6. SpecStructureDsl1
  7. FragmentsFactory
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class HiddenFragment extends AnyRef

  2. implicit class appendToArguments extends AnyRef

    Definition Classes
    SpecStructureDsl1
  3. implicit class appendToFragment extends AnyRef

  4. implicit class appendToFragments extends AnyRef

  5. implicit class appendToString extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def action(a: ⇒ Any): Fragment

    Definition Classes
    ActionDsl
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

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

    Attributes
    protected
    Definition Classes
    FragmentsFactory
  13. implicit def fragmentToFragments(f: Fragment): Fragments

  14. implicit def fragmentsAsSpecStructure(fs: ⇒ Fragments): SpecStructure

    Definition Classes
    SpecStructureDsl1
  15. 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

  16. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  19. def link(s: ⇒ SpecificationStructure): Fragment

    Definition Classes
    ReferenceCreation
  20. def link(s: SpecStructure): Fragment

    Definition Classes
    ReferenceCreation
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

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

    Definition Classes
    TagDsl
  25. def section(names: String*): Fragment

    Definition Classes
    TagDsl
  26. def see(s: ⇒ SpecificationStructure): Fragment

    Definition Classes
    ReferenceCreation
  27. def see(s: SpecStructure): Fragment

    Definition Classes
    ReferenceCreation
  28. def step(a: ⇒ Any, global: Boolean): Fragment

    Definition Classes
    ActionDsl
  29. def step(a: ⇒ Any): Fragment

    Definition Classes
    ActionDsl
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def tag(tag: NamedTag): Fragment

    Definition Classes
    TagDsl
  32. def tag(names: String*): Fragment

    Definition Classes
    TagDsl
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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