Trait

org.specs2.specification.dsl

FormDsl

Related Doc: package dsl

Permalink

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. All

Type Members

  1. implicit class HiddenFragment extends AnyRef

    Permalink
    Definition Classes
    FragmentsDsl
  2. implicit class MutedFragment extends AnyRef

    Permalink
    Definition Classes
    FragmentsDsl
  3. implicit class appendFormToArguments extends appendToArguments

    Permalink
  4. implicit class appendFormToFragment extends appendToFragment

    Permalink
  5. implicit class appendFormToFragments extends appendToFragments

    Permalink
  6. implicit class appendFormToSpecHeader extends appendSpecStructureToSpecHeader

    Permalink
  7. implicit class appendFormToSpecStructure extends appendSpecStructureToSpecStructure

    Permalink
  8. implicit class appendFormToString extends appendToString

    Permalink
  9. implicit class appendSpecStructureToFragment extends AnyRef

    Permalink
    Definition Classes
    SpecStructureDsl
  10. implicit class appendSpecStructureToFragments extends AnyRef

    Permalink
    Definition Classes
    SpecStructureDslLowImplicits
  11. implicit class appendSpecStructureToSpecHeader extends AnyRef

    Permalink
    Definition Classes
    SpecStructureDsl
  12. implicit class appendSpecStructureToSpecStructure extends AnyRef

    Permalink
    Definition Classes
    SpecStructureDsl
  13. implicit class appendSpecStructureToString extends AnyRef

    Permalink
    Definition Classes
    SpecStructureDsl
  14. implicit class appendToArguments extends AnyRef

    Permalink
    Definition Classes
    SpecStructureDsl1
  15. implicit class appendToFragment extends AnyRef

    Permalink
    Definition Classes
    FragmentsDsl
  16. implicit class appendToFragments extends AnyRef

    Permalink
    Definition Classes
    FragmentsDsl
  17. implicit class appendToString extends AnyRef

    Permalink
    Definition Classes
    FragmentsDsl

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 action(a: ⇒ Any): Fragment

    Permalink
    Definition Classes
    ActionDsl
  5. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    SpecStructureDsl
  12. def fragmentFactory: FragmentFactory

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

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

    Permalink
    Definition Classes
    SpecStructureDsl1
  15. def fragmentsBlock(fragments: Seq[Fragment], offset: Int = 2): Fragments

    Permalink

    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[_]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TagDsl
  37. def toString(): String

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

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

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

    Permalink
    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