All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.specs2.specification.Forms.scala Maven / Gradle / Ivy

package org.specs2
package specification

import create._
import form._
import dsl.FormDsl

/**
 * 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
 */
trait Forms extends FormsBuilder
  with FormFragmentsFactory
  with DecoratedProperties
  with FormS2StringContext
  with FormDsl

object Forms extends Forms





© 2015 - 2025 Weber Informatics LLC | Privacy Policy