FormDescription

org.specs2.specification.core.FormDescription
case class FormDescription(form: () => Form) extends Description

Description of a Form to be used in a Fragment

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Description
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def indent(spaces: String): FormDescription
def xml(using args: Arguments): NodeSeq

Inherited methods

def matches(s: String): Boolean

Attributes

Inherited from:
Description
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def stripMargin: Description

Attributes

Inherited from:
Description
def stripMargin(margin: Char): Description

Attributes

Inherited from:
Description

Concrete fields

lazy val cell: FormCell
lazy val show: String