Packages

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
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class HiddenFragment extends AnyRef
    Definition Classes
    FragmentsDsl
  2. implicit class MutedFragment extends AnyRef
    Definition Classes
    FragmentsDsl
  3. implicit class appendFormToArguments extends appendToArguments
  4. implicit class appendFormToFragment extends appendToFragment
  5. implicit class appendFormToFragments extends appendToFragments
  6. implicit class appendFormToSpecHeader extends appendSpecStructureToSpecHeader
  7. implicit class appendFormToSpecStructure extends appendSpecStructureToSpecStructure
  8. implicit class appendFormToString extends appendToString
  9. implicit class appendSpecStructureToFragment extends AnyRef
    Definition Classes
    SpecStructureDsl
  10. implicit class appendSpecStructureToFragments extends AnyRef
    Definition Classes
    SpecStructureDslLowImplicits
  11. implicit class appendSpecStructureToSpecHeader extends AnyRef
    Definition Classes
    SpecStructureDsl
  12. implicit class appendSpecStructureToSpecStructure extends AnyRef
    Definition Classes
    SpecStructureDsl
  13. implicit class appendSpecStructureToString extends AnyRef
    Definition Classes
    SpecStructureDsl
  14. implicit class appendToArguments extends AnyRef
    Definition Classes
    SpecStructureDsl1
  15. implicit class appendToFragment extends AnyRef
    Definition Classes
    FragmentsDsl
  16. implicit class appendToFragments extends AnyRef
    Definition Classes
    FragmentsDsl
  17. 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def formFragmentFactory: FormFragmentFactory
    Attributes
    protected
    Definition Classes
    FormFragmentsFactory
  10. implicit def fragmentAsSpecStructure(f: Fragment): SpecStructure
    Definition Classes
    SpecStructureDsl
  11. def fragmentFactory: FragmentFactory
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  12. implicit def fragmentToFragments(f: Fragment): Fragments
    Definition Classes
    FragmentsDsl
  13. implicit def fragmentsAsSpecStructure(fs: => Fragments): SpecStructure
    Definition Classes
    SpecStructureDsl1
  14. def fragmentsBlock(fragments: Seq[Fragment], offset: Int): Fragments
    Definition Classes
    FragmentsDsl
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def link(s: => SpecificationStructure): Fragment
    Definition Classes
    ReferenceCreation
  19. def link(s: SpecStructure): Fragment
    Definition Classes
    ReferenceCreation
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. implicit def resultAsSpecStructure[R](r: => R)(implicit arg0: AsResult[R]): SpecStructure
    Definition Classes
    SpecStructureDslLowImplicits
  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. implicit def specHeaderAsStructure(header: SpecHeader): SpecStructure
    Definition Classes
    SpecStructureDsl
  29. implicit def specStructureAsFragments(spec: SpecStructure): Fragments
    Definition Classes
    SpecStructureDsl
  30. def step(a: => Any, global: Boolean): Fragment
    Definition Classes
    ActionDsl
  31. def step(a: => Any): Fragment
    Definition Classes
    ActionDsl
  32. implicit def stringAsSpecStructure(s: String): SpecStructure
    Definition Classes
    SpecStructureDsl
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def tag(tag: NamedTag): Fragment
    Definition Classes
    TagDsl
  35. def tag(names: String*): Fragment
    Definition Classes
    TagDsl
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

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