org.specs2.specification.dsl

FormDsl

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: 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 formFragmentFactory: FormFragmentFactory

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

    Definition Classes
    SpecStructureDsl
  14. def fragmentFactory: FragmentFactory

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

    Definition Classes
    FragmentsDsl
  16. implicit def fragmentsAsSpecStructure(fs: ⇒ Fragments): SpecStructure

    Definition Classes
    SpecStructureDsl1
  17. def fragmentsBlock(fragments: Seq[Fragment], offset: Int): Fragments

    Definition Classes
    FragmentsDsl
  18. final def getClass(): Class[_]

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  26. implicit def resultAsSpecStructure[R](r: ⇒ R)(implicit arg0: AsResult[R]): SpecStructure

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TagDsl
  39. def toString(): String

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

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

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