StepParsers

object StepParsers extends StepParsers
Companion:
class
trait ImplicitParameters
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Inherited from:
ImplicitParameters
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

Inherited from:
StepParsers

Value members

Inherited methods

def apply[T](f: (String, String, String, String, String, String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]
Inherited from:
StepParsers
def apply[T](f: (String, String, String, String, String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]
Inherited from:
StepParsers
def apply[T](f: (String, String, String, String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]
Inherited from:
StepParsers
def apply[T](f: (String, String, String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]
Inherited from:
StepParsers
def apply[T](f: (String, String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]
Inherited from:
StepParsers
def apply[T](f: (String, String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]
Inherited from:
StepParsers
def apply[T](f: (String, String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]
Inherited from:
StepParsers
def apply[T](f: (String, String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]
Inherited from:
StepParsers
def apply[T](f: (String, String) => T)(implicit fpr: Regex): DelimitedStepParser[T]
Inherited from:
StepParsers
def apply[T](f: String => T)(implicit fpr: Regex): DelimitedStepParser[T]
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

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

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

Inherited fields

Inherited from:
StepParsers

Implicits

Inherited implicits

implicit lazy val implicitParameter: ImplicitParam
Inherited from:
ImplicitParameters
Inherited from:
ImplicitParameters
Inherited from:
ImplicitParameters
Inherited from:
ImplicitParameters
Inherited from:
ImplicitParameters
Inherited from:
ImplicitParameters
Inherited from:
ImplicitParameters
Inherited from:
ImplicitParameters
Inherited from:
ImplicitParameters
Inherited from:
ImplicitParameters
Inherited from:
ImplicitParameters
implicit lazy val stepParserRegex: Regex
Inherited from:
StepParsers