org.specs2

specification

package specification

Visibility
  1. Public
  2. All

Type Members

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

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

  2. trait FormFragmentExecution extends FragmentExecution

    This trait executes Form Fragments in addition to other fragments

  3. trait FormFragmentsBuilder extends FragmentsBuilder

  4. trait FormSpecificationStringContext extends SpecificationStringContext

    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

    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

  2. object Forms extends FormsBuilder with FormFragmentsBuilder with DecoratedProperties

Ungrouped