FormDsl

org.specs2.specification.dsl.mutable.FormDsl

Dsl for creating Forms in a mutable specification

Attributes

Graph
Supertypes
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 and Abstract methods

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

Attributes

Inherited from:
FormFragmentFactory

Attributes

Inherited from:
FragmentBuilder

Attributes

Inherited from:
FragmentBuilder

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$1: HasForm[T])