StandardDelimitedStepParsers

org.specs2.specification.script.StandardDelimitedStepParsers
See theStandardDelimitedStepParsers companion object

a few delimited parsers (with {}) to extract ints, doubles and strings

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def threeDoubles: DelimitedStepParser[(Double, Double, Double)]
def threeInts: DelimitedStepParser[(Int, Int, Int)]
def threeStrings: DelimitedStepParser[(String, String, String)]
def twoDoubles: DelimitedStepParser[(Double, Double)]
def twoInts: DelimitedStepParser[(Int, Int)]
def twoStrings: DelimitedStepParser[(String, String)]