FormDsl

org.specs2.specification.dsl.mutable.FormDsl
trait FormDsl extends FragmentBuilder, FormFragmentFactory

Dsl for creating Forms in a mutable specification

Attributes

Graph
Supertypes
trait FragmentBuilder
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def insertForm[T](aForm: => T)(using evidence$1: HasForm[T]): Fragment

Inherited methods

def FormFragment[T](aForm: => T)(using evidence$1: HasForm[T]): Fragment

Attributes

Inherited from:
FormFragmentFactory
def addFragment(f: Fragment): Fragment

Attributes

Inherited from:
FragmentBuilder
def addFragments(fs: Fragments): Fragments

Attributes

Inherited from:
FragmentBuilder
def addFragmentsBlock(block: => Fragments): Fragments

Attributes

Inherited from:
FragmentBuilder
def addSections(): Unit

Attributes

Inherited from:
FragmentBuilder
def hasSectionsForBlocks: Boolean

Attributes

Inherited from:
FragmentBuilder

Extensions

Extensions

extension [T](aForm: => T)(using evidence$2: HasForm[T])
def insert: Fragment