Packages

object Forms extends Forms

Linear Supertypes
Forms, PropSyntax, FormDsl, SpecStructureDsl, SpecStructureDslLowImplicits, FragmentsDsl, AcceptanceDsl1, ActionDsl, TagDsl, ReferenceCreation, SpecStructureDsl1, FormS2StringContext, S2StringContext, S2StringContext1, S2StringContextCreation, FragmentsFactory, DecoratedProperties, FormFragmentsFactory, FormsBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Forms
  2. Forms
  3. PropSyntax
  4. FormDsl
  5. SpecStructureDsl
  6. SpecStructureDslLowImplicits
  7. FragmentsDsl
  8. AcceptanceDsl1
  9. ActionDsl
  10. TagDsl
  11. ReferenceCreation
  12. SpecStructureDsl1
  13. FormS2StringContext
  14. S2StringContext
  15. S2StringContext1
  16. S2StringContextCreation
  17. FragmentsFactory
  18. DecoratedProperties
  19. FormFragmentsFactory
  20. FormsBuilder
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class PropOps [T] extends AnyRef
    Definition Classes
    PropSyntax
  2. class Decorated[T <: DecoratedProperty[T]] extends AnyRef
    Definition Classes
    DecoratedProperties
  3. implicit class HiddenFragment extends AnyRef
    Definition Classes
    FragmentsDsl
  4. implicit class MutedFragment extends AnyRef
    Definition Classes
    FragmentsDsl
  5. implicit class appendSpecStructureToFragment extends AnyRef
    Definition Classes
    SpecStructureDsl
  6. implicit class appendSpecStructureToFragments extends AnyRef
    Definition Classes
    SpecStructureDslLowImplicits
  7. implicit class appendSpecStructureToSpecHeader extends AnyRef
    Definition Classes
    SpecStructureDsl
  8. implicit class appendSpecStructureToSpecStructure extends AnyRef
    Definition Classes
    SpecStructureDsl
  9. implicit class appendSpecStructureToString extends AnyRef
    Definition Classes
    SpecStructureDsl
  10. implicit class appendToArguments extends AnyRef
    Definition Classes
    SpecStructureDsl1
  11. implicit class appendToFragment extends AnyRef
    Definition Classes
    FragmentsDsl
  12. implicit class appendToFragments extends AnyRef
    Definition Classes
    FragmentsDsl
  13. implicit class appendToString extends AnyRef
    Definition Classes
    FragmentsDsl
  14. implicit class specificationInStringContext extends AnyRef
    Definition Classes
    S2StringContextCreation
  15. implicit class appendFormToArguments extends appendToArguments
    Definition Classes
    FormDsl
  16. implicit class appendFormToFragment extends appendToFragment
    Definition Classes
    FormDsl
  17. implicit class appendFormToFragments extends appendToFragments
    Definition Classes
    FormDsl
  18. implicit class appendFormToSpecHeader extends appendSpecStructureToSpecHeader
    Definition Classes
    FormDsl
  19. implicit class appendFormToSpecStructure extends appendSpecStructureToSpecStructure
    Definition Classes
    FormDsl
  20. implicit class appendFormToString extends appendToString
    Definition Classes
    FormDsl

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. def action[T](label: String, a: ⇒ T): Prop[T, T]

    returns

    a new Prop with a label, which has the same actual and expected value to test the result of an action

    Definition Classes
    FormsBuilder
  6. implicit def anyAsResultIsInterpolatedFragment(r: ⇒ Function0Result): InterpolatedFragment
    Definition Classes
    S2StringContext
  7. implicit def anyCellableSeq[T](seq: Seq[T])(implicit arg0: (T) ⇒ Cell): Seq[Cell]

    any seq of object convertible to cells

    any seq of object convertible to cells

    Definition Classes
    FormsBuilder
  8. implicit def anyIsField[T](t: ⇒ T): Field[T]

    anything can be added on a Form row as a Field

    anything can be added on a Form row as a Field

    Definition Classes
    FormsBuilder
  9. implicit def anyIsFieldCell(t: ⇒ Any): FieldCell

    anything can be added on a Form row as a TextCell

    anything can be added on a Form row as a TextCell

    Definition Classes
    FormsBuilder
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. implicit def asResultIsInterpolatedFragment[R](r: ⇒ R)(implicit arg0: AsResult[R]): InterpolatedFragment
    Definition Classes
    S2StringContext1
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def createExecutionInterpolatedFragment(execution: Execution): InterpolatedFragment
    Definition Classes
    S2StringContextCreation
  14. implicit def descriptionToFragmentsIsInterpolatedFragment(fragments: (String) ⇒ Fragments): InterpolatedFragment
    Definition Classes
    S2StringContext
  15. def effect[T](label: String, value: ⇒ T): Effect[T]

    returns

    a new Effect with a label and a value

    Definition Classes
    FormsBuilder
  16. implicit def effectIsTextCell(t: Effect[_]): EffectCell

    a Effect can be added on a Form row as a EffectCell

    a Effect can be added on a Form row as a EffectCell

    Definition Classes
    FormsBuilder
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. implicit def executionIsInterpolatedFragment(execution: Execution): InterpolatedFragment
    Definition Classes
    S2StringContext
  20. def field(label: String, value1: Field[_], values: Field[_]*): Field[String]

    returns

    a new Field with a label and several values

    Definition Classes
    FormsBuilder
  21. def field[T](label: String, value: ⇒ T): Field[T]

    returns

    a new Field with a label and a value

    Definition Classes
    FormsBuilder
  22. def field[T](value: ⇒ T): Field[T]

    returns

    a new Field with no label and a value

    Definition Classes
    FormsBuilder
  23. implicit def fieldIsTextCell(t: Field[_]): FieldCell

    a Field can be added on a Form row as a FieldCell

    a Field can be added on a Form row as a FieldCell

    Definition Classes
    FormsBuilder
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def form(title: String): Form

    returns

    a new Form with the given title

    Definition Classes
    FormsBuilder
  26. def formFragmentFactory: FormFragmentFactory
    Attributes
    protected
    Definition Classes
    FormFragmentsFactory
  27. implicit def formIsCell(t: ⇒ Form): FormCell

    a Form can be added on a Form row as a FormCell

    a Form can be added on a Form row as a FormCell

    Definition Classes
    FormsBuilder
  28. implicit def formIsExecutable(f: Form): Result

    a Form can be implicitly executed if necessary

    a Form can be implicitly executed if necessary

    Definition Classes
    FormsBuilder
  29. implicit def formIsInterpolatedFragment(f: ⇒ Form): InterpolatedFragment
    Definition Classes
    FormS2StringContext
  30. implicit def fragmentAsSpecStructure(f: Fragment): SpecStructure
    Definition Classes
    SpecStructureDsl
  31. def fragmentFactory: FragmentFactory
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  32. implicit def fragmentIsInterpolatedFragment(f: ⇒ Fragment): InterpolatedFragment
    Definition Classes
    S2StringContext1
  33. implicit def fragmentToFragments(f: Fragment): Fragments
    Definition Classes
    FragmentsDsl
  34. implicit def fragmentsAsSpecStructure(fs: ⇒ Fragments): SpecStructure
    Definition Classes
    SpecStructureDsl1
  35. def fragmentsBlock(fragments: Seq[Fragment], offset: Int): Fragments
    Definition Classes
    FragmentsDsl
  36. implicit def fragmentsIsInterpolatedFragment(fragments: Fragments): InterpolatedFragment
    Definition Classes
    S2StringContext
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def lazify(c: ⇒ Cell): LazyCell

    a cell can be added lazily to a row.

    a cell can be added lazily to a row. It will only be evaluated when necessary

    Definition Classes
    FormsBuilder
  41. def link(s: ⇒ SpecificationStructure): Fragment
    Definition Classes
    ReferenceCreation
  42. def link(s: SpecStructure): Fragment
    Definition Classes
    ReferenceCreation
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  46. def prop[T, S](label: String, actual: ⇒ T, expected: ⇒ S, c: Matcher[T]): Prop[T, S]

    returns

    a new Prop with a label, an actual value and a matcher to apply to the actual value

    Definition Classes
    FormsBuilder
  47. def prop[T](actual: ⇒ T, c: Matcher[T]): Prop[T, T]

    returns

    a new Prop with no label, an actual value and a matcher to apply to the actual value

    Definition Classes
    FormsBuilder
  48. def prop[T](label: String, actual: ⇒ T, c: Matcher[T]): Prop[T, T]

    returns

    a new Prop with a label, an actual value and a matcher to apply to the actual value

    Definition Classes
    FormsBuilder
  49. def prop[T, S](label: String, actual: ⇒ T, c: (S) ⇒ Matcher[T]): Prop[T, S]

    returns

    a new Prop with a label, an actual value and a matcher to apply to values

    Definition Classes
    FormsBuilder
  50. def prop[T, S](label: String, actual: ⇒ T, c: (T, S) ⇒ Result): Prop[T, S]

    returns

    a new Prop with a label, an actual value and a constraint to apply to values

    Definition Classes
    FormsBuilder
  51. def prop[T, S](label: String, actual: ⇒ T, exp: ⇒ S): Prop[T, S]

    returns

    a new Prop with a label, an actual value and expected value

    Definition Classes
    FormsBuilder
  52. def prop[T](label: String, actual: ⇒ T): Prop[T, T]

    returns

    a new Prop with a label and an actual value only

    Definition Classes
    FormsBuilder
  53. def prop[T](act: ⇒ T): Prop[T, T]

    returns

    a new Prop with an actual value only

    Definition Classes
    FormsBuilder
  54. implicit def propIsCell(t: Prop[_, _]): PropCell

    a Prop can be adde d on a Form row as a PropCell

    a Prop can be adde d on a Form row as a PropCell

    Definition Classes
    FormsBuilder
  55. implicit def resultAsSpecStructure[R](r: ⇒ R)(implicit arg0: AsResult[R]): SpecStructure
    Definition Classes
    SpecStructureDslLowImplicits
  56. def s2(content: String, Yrangepos: Boolean, texts: Seq[String], textsStartPositions: Seq[String], textsEndPositions: Seq[String], variables: Seq[InterpolatedFragment], rangeExpressions: Seq[String]): Fragments
    Definition Classes
    S2StringContextCreation
  57. def section(tag: NamedTag): Fragment
    Definition Classes
    TagDsl
  58. def section(names: String*): Fragment
    Definition Classes
    TagDsl
  59. def see(s: ⇒ SpecificationStructure): Fragment
    Definition Classes
    ReferenceCreation
  60. def see(s: SpecStructure): Fragment
    Definition Classes
    ReferenceCreation
  61. implicit def specHeaderAsStructure(header: SpecHeader): SpecStructure
    Definition Classes
    SpecStructureDsl
  62. implicit def specStructureAsFragments(spec: SpecStructure): Fragments
    Definition Classes
    SpecStructureDsl
  63. implicit def specStructureIsInterpolatedFragment(s: SpecStructure): InterpolatedFragment
    Definition Classes
    S2StringContext
  64. implicit def specificationRefIsInterpolatedFragment(ref: SpecificationRef): InterpolatedFragment
    Definition Classes
    S2StringContext
  65. implicit def specificationStructureIsInterpolatedFragment(s: SpecificationStructure): InterpolatedFragment
    Definition Classes
    S2StringContext
  66. def step(a: ⇒ Any, global: Boolean): Fragment
    Definition Classes
    ActionDsl
  67. def step(a: ⇒ Any): Fragment
    Definition Classes
    ActionDsl
  68. implicit def stepParserIsInterpolatedFragment[R](f: StepParser[R])(implicit arg0: AsResult[R]): InterpolatedFragment
    Definition Classes
    S2StringContext
  69. implicit def stringAsSpecStructure(s: String): SpecStructure
    Definition Classes
    SpecStructureDsl
  70. implicit def stringFunctionIsInterpolatedFragment[R](f: (String) ⇒ R)(implicit arg0: AsResult[R]): InterpolatedFragment
    Definition Classes
    S2StringContext
  71. implicit def stringIsInterpolatedFragment(s: ⇒ String): InterpolatedFragment
    Definition Classes
    S2StringContext
  72. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  73. def tab(label: String, form: Form): Tabs

    returns

    a new Tabs object with a first tab

    Definition Classes
    FormsBuilder
  74. def tabs: Tabs

    returns

    a new Tabs object

    Definition Classes
    FormsBuilder
  75. def tag(tag: NamedTag): Fragment
    Definition Classes
    TagDsl
  76. def tag(names: String*): Fragment
    Definition Classes
    TagDsl
  77. implicit def toDecorated[T <: DecoratedProperty[T]](d: T): Decorated[T]
    Definition Classes
    DecoratedProperties
  78. implicit def toFormIsInterpolatedFragment(f: AnyRef { def form: org.specs2.form.Form }): InterpolatedFragment
    Definition Classes
    FormS2StringContext
  79. def toString(): String
    Definition Classes
    AnyRef → Any
  80. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. implicit def xmlIsACell[T](xml: ⇒ NodeSeq): XmlCell

    any xml can be injected as a cell

    any xml can be injected as a cell

    Definition Classes
    FormsBuilder

Inherited from Forms

Inherited from PropSyntax

Inherited from FormDsl

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 FormS2StringContext

Inherited from S2StringContext

Inherited from S2StringContext1

Inherited from S2StringContextCreation

Inherited from FragmentsFactory

Inherited from DecoratedProperties

Inherited from FormFragmentsFactory

Inherited from FormsBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped