specs2-form
specs2-form
org.specs2.form
Card
Cards
Cell
Constraint
DecoratedLabel
DecoratedProperty
Decorator
Effect
Effect
EffectCell
Field
Field
FieldCell
Form
Form
given_AsResult_Form
FormCell
FormCell
FormDiffs
FormsBuilderLowPriorityImplicits
FunctionConstraint
HasForm
HasLabel
InlinedForm
LazyCell
LazyCell
Prop
Prop
PropCell
PropSyntax
Row
Row
Tab
Tabs
Text
TextCell
TextCell
ToCell
Xml
Xml
XmlCell
XmlCell
given_HasForm_Form
given_HasForm_T
org.specs2.specification
Forms
Forms
org.specs2.specification.core
FormDescription
org.specs2.specification.create
DefaultFormFragmentFactory
DefaultFormFragmentFactory
FormFragmentFactory
FormFragmentsFactory
FormS2StringContext
given_Conversion_T_Interpolated
org.specs2.specification.dsl
FormDsl
given_ToFragments_T
given_ToSpecStructure_T_T2
appendFormToString
org.specs2.specification.dsl.mutable
FormDsl
specs2-form
/
org.specs2.form
/
PropSyntax
PropSyntax
trait
PropSyntax
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
trait
Forms
object
Forms
Extensions
Extensions
Extensions
extension (p:
Prop
[
T
,
T
])
def
must
[T](m:
Matcher
[
T
]):
Prop
[T, T]
check the actual value with a matcher
check the actual value with a matcher
extension (p:
Prop
[
T
,
T
])
def
checkWith
[T, R](f:
T
=>
R
)(using evidence$2:
AsResult
[
R
]):
Prop
[T, T]
check the actual value with a function
check the actual value with a function