org.specs2.specification.dsl

FormDsl

Related Doc: package dsl

trait FormDsl extends FragmentsDsl with SpecStructureDsl with FormFragmentsFactory

Dsl for creating Forms in an acceptance specification

Linear Supertypes
FormFragmentsFactory, SpecStructureDsl, SpecStructureDslLowImplicits, FragmentsDsl, AcceptanceDsl1, ActionDsl, TagDsl, ReferenceCreation, SpecStructureDsl1, FragmentsFactory, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FormDsl
  2. FormFragmentsFactory
  3. SpecStructureDsl
  4. SpecStructureDslLowImplicits
  5. FragmentsDsl
  6. AcceptanceDsl1
  7. ActionDsl
  8. TagDsl
  9. ReferenceCreation
  10. SpecStructureDsl1
  11. FragmentsFactory
  12. AnyRef
  13. 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

    Definition Classes
    FragmentsDsl
  2. implicit class appendFormToArguments extends appendToArguments

  3. implicit class appendFormToFragment extends appendToFragment

  4. implicit class appendFormToFragments extends appendToFragments

  5. implicit class appendFormToSpecHeader extends appendSpecStructureToSpecHeader

  6. implicit class appendFormToSpecStructure extends appendSpecStructureToSpecStructure

  7. implicit class appendFormToString extends appendToString

  8. implicit class appendSpecStructureToFragment extends AnyRef

    Definition Classes
    SpecStructureDsl
  9. implicit class appendSpecStructureToFragments extends AnyRef

    Definition Classes
    SpecStructureDslLowImplicits
  10. implicit class appendSpecStructureToSpecHeader extends AnyRef

    Definition Classes
    SpecStructureDsl
  11. implicit class appendSpecStructureToSpecStructure extends AnyRef

    Definition Classes
    SpecStructureDsl
  12. implicit class appendSpecStructureToString extends AnyRef

    Definition Classes
    SpecStructureDsl
  13. implicit class appendToArguments extends AnyRef

    Definition Classes
    SpecStructureDsl1
  14. implicit class appendToFragment extends AnyRef

    Definition Classes
    FragmentsDsl
  15. implicit class appendToFragments extends AnyRef

    Definition Classes
    FragmentsDsl
  16. 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def formFragmentFactory: FormFragmentFactory

    Attributes
    protected
    Definition Classes
    FormFragmentsFactory
  11. implicit def fragmentAsSpecStructure(f: Fragment): SpecStructure

    Definition Classes
    SpecStructureDsl
  12. def fragmentFactory: FragmentFactory

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

    Definition Classes
    FragmentsDsl
  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

    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
  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. implicit def resultAsSpecStructure[R](r: ⇒ R)(implicit arg0: AsResult[R]): SpecStructure

    Definition Classes
    SpecStructureDslLowImplicits
  25. def section(tag: NamedTag): Fragment

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

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

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

    Definition Classes
    ReferenceCreation
  29. implicit def specHeaderAsStructure(header: SpecHeader): SpecStructure

    Definition Classes
    SpecStructureDsl
  30. implicit def specStructureAsFragments(spec: SpecStructure): Fragments

    Definition Classes
    SpecStructureDsl
  31. def step(a: ⇒ Any, global: Boolean): Fragment

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

    Definition Classes
    ActionDsl
  33. implicit def stringAsSpecStructure(s: String): SpecStructure

    Definition Classes
    SpecStructureDsl
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Definition Classes
    TagDsl
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FormFragmentsFactory

Inherited from SpecStructureDsl

Inherited from SpecStructureDslLowImplicits

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