Interpolated

org.specs2.specification.create.Interpolated
trait Interpolated

An interpolated element of a S2 string.

It takes the current piece of text preceding it to create Fragments to be appended to the already created Fragments

For example if the interpolated element is an execution then prepend will take the text to create an Example

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def prepend(text: String): Fragments