StepParsers

org.specs2.specification.script.StepParsers
See theStepParsers companion trait
object StepParsers extends StepParsers

Attributes

Companion
trait
Graph
Supertypes
trait StepParsers
trait ImplicitParameters
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
ImplicitParameters
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ImplicitParameters
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ImplicitParameters
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ImplicitParameters
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ImplicitParameters
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ImplicitParameters
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ImplicitParameters
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ImplicitParameters
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ImplicitParameters
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ImplicitParameters
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
ImplicitParameters
Supertypes
class Object
trait Matchable
class Any
class ReadAs(regex: Regex, groups: Regex)

This class creates Given or Then extractors from a regular expression and a function

This class creates Given or Then extractors from a regular expression and a function

Attributes

Inherited from:
StepParsers
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply[T](f: (String, String, String, String, String, String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]

Attributes

Inherited from:
StepParsers
def apply[T](f: (String, String, String, String, String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]

Attributes

Inherited from:
StepParsers
def apply[T](f: (String, String, String, String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]

Attributes

Inherited from:
StepParsers
def apply[T](f: (String, String, String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]

Attributes

Inherited from:
StepParsers
def apply[T](f: (String, String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]

Attributes

Inherited from:
StepParsers
def apply[T](f: (String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]

Attributes

Inherited from:
StepParsers
def apply[T](f: (String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]

Attributes

Inherited from:
StepParsers
def apply[T](f: (String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]

Attributes

Inherited from:
StepParsers
def apply[T](f: (String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]

Attributes

Inherited from:
StepParsers
def apply[T](f: String => T)(implicit fpr: Regex): DelimitedStepParser[T]

Attributes

Inherited from:
StepParsers
def groupAs(groupRegex: String): ReadAs

factory method to create a Given or a Then element from a regex, using a regex denoting groups to extract

factory method to create a Given or a Then element from a regex, using a regex denoting groups to extract

Attributes

Inherited from:
StepParsers
def readAs(regex: String): ReadAs

factory method to create a Given or a Then element from a regex

factory method to create a Given or a Then element from a regex

Attributes

Inherited from:
StepParsers
def seq[T](f: Seq[String] => T)(implicit fpr: Regex): DelimitedStepParser[T]

Attributes

Inherited from:
StepParsers

Inherited fields

val extract: StepParser.type

Attributes

Inherited from:
StepParsers

Implicits

Inherited implicits

implicit lazy val implicitParameter: ImplicitParam

Attributes

Inherited from:
ImplicitParameters
implicit lazy val implicitParameter1: ImplicitParam1

Attributes

Inherited from:
ImplicitParameters

Attributes

Inherited from:
ImplicitParameters
implicit lazy val implicitParameter2: ImplicitParam2

Attributes

Inherited from:
ImplicitParameters
implicit lazy val implicitParameter3: ImplicitParam3

Attributes

Inherited from:
ImplicitParameters
implicit lazy val implicitParameter4: ImplicitParam4

Attributes

Inherited from:
ImplicitParameters
implicit lazy val implicitParameter5: ImplicitParam5

Attributes

Inherited from:
ImplicitParameters
implicit lazy val implicitParameter6: ImplicitParam6

Attributes

Inherited from:
ImplicitParameters
implicit lazy val implicitParameter7: ImplicitParam7

Attributes

Inherited from:
ImplicitParameters
implicit lazy val implicitParameter8: ImplicitParam8

Attributes

Inherited from:
ImplicitParameters
implicit lazy val implicitParameter9: ImplicitParam9

Attributes

Inherited from:
ImplicitParameters
implicit lazy val stepParserRegex: Regex

Attributes

Inherited from:
StepParsers