Package

org.specs2

specification

Permalink

package specification

Visibility
  1. Public
  2. All

Type Members

  1. case class FormFormattedString(f: () ⇒ Form, formatting: Formatting = Formatting(), isEmpty: Boolean = false, display: (Form) ⇒ String = (ff: Form) => new FormCell(ff).text) extends FormattedString with Product with Serializable

    Permalink

    The FormFormattedString embeds the description of a form as text or as Xml

  2. trait FormFragmentExecution extends FragmentExecution

    Permalink

    This trait executes Form Fragments in addition to other fragments

  3. trait FormFragmentsBuilder extends FragmentsBuilder

    Permalink
  4. trait FormSpecificationStringContext extends SpecificationStringContext

    Permalink

    Allow to use forms inside interpolated strings starting with s2 in order to build the specification content

  5. trait Forms extends FormsBuilder with FormFragmentsBuilder with DecoratedProperties with FormFragmentExecution with FormSpecificationStringContext

    Permalink

    Allow a Form to be inserted among Fragments as a Text Fragment Allow a Form to be used as an example body and return a Result automatically

Value Members

  1. object FormFormattedString extends Serializable

    Permalink
  2. object Forms extends FormsBuilder with FormFragmentsBuilder with DecoratedProperties

    Permalink

Ungrouped