StandardRegexStepParsers

org.specs2.specification.script.StandardRegexStepParsers
See theStandardRegexStepParsers companion trait

Attributes

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

Members list

Value members

Inherited methods

def aDouble: ReadAsParser[Double]

Attributes

Inherited from:
StandardRegexStepParsers
def aString: ReadAsParser[String]

Attributes

Inherited from:
StandardRegexStepParsers
def anInt: ReadAsParser[Int]

Attributes

Inherited from:
StandardRegexStepParsers
def threeDoubles: ReadAsParser[(Double, Double, Double)]

Attributes

Inherited from:
StandardRegexStepParsers
def threeInts: ReadAsParser[(Int, Int, Int)]

Attributes

Inherited from:
StandardRegexStepParsers
def threeStrings: ReadAsParser[(String, String, String)]

Attributes

Inherited from:
StandardRegexStepParsers
def twoDoubles: ReadAsParser[(Double, Double)]

Attributes

Inherited from:
StandardRegexStepParsers
def twoInts: ReadAsParser[(Int, Int)]

Attributes

Inherited from:
StandardRegexStepParsers
def twoStrings: ReadAsParser[(String, String)]

Attributes

Inherited from:
StandardRegexStepParsers