FormS2StringContext
Allow to use forms inside interpolated strings starting with s2 in order to build the specification content
Value members
Inherited methods
Givens
Givens
Inherited givens
given given_Conversion_SpecificationStructure_Interpolated: Conversion[SpecificationStructure, Interpolated]
- Inherited from
- S2StringContext
Extensions
Implicits
Implicits
Inherited implicits
implicit inline def asExecutionIsInterpolated[R](inline r: => R)(using evidence$1: AsExecution[R], inline factory: FragmentFactory): Interpolated
create an example based on an execution
create an example based on an execution
- Inherited from
- S2StringContext
implicit inline def asResultIsInterpolated[R](inline r: => R)(using evidence$3: AsResult[R]): Interpolated
- Inherited from
- S2StringContext1
implicit inline def stepParserIsInterpolatedFragment[R](f: StepParser[R])(using evidence$4: AsResult[R]): Interpolated
- Inherited from
- S2StringContext1
implicit inline def stringResultIsInterpolated[R](inline f: String => R)(using evidence$2: AsResult[R]): Interpolated
- Inherited from
- S2StringContext1