S2StringContextCreation

org.specs2.specification.create.S2StringContextCreation

Methods to create interpolated fragments with no implicits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

implicit class specificationInStringContext(sc: StringContext)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def s2(content: String, Yrangepos: Boolean, texts: Seq[String], textsStartPositions: Seq[String], textsEndPositions: Seq[String], variables: Seq[InterpolatedFragment], rangeExpressions: Seq[String]): Fragments

based on the interpolated variables and the expressions captured with the macro, create the appropriate fragments

based on the interpolated variables and the expressions captured with the macro, create the appropriate fragments

if the Yrangepos scalac option is not set then we use an approximated method to find the expressions texts

Attributes

Inherited methods

Attributes

Inherited from:
FragmentsFactory

Implicits

Implicits

final implicit def specificationInStringContext(sc: StringContext): specificationInStringContext