GWT

org.specs2.specification.dsl.GWT
trait GWT

Given-When-Then Dsl for mutable specifications

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def action[T](parser: StepParser[T])(action1: T => Any): String => Fragments

create an action from a step parser

create an action from a step parser

Attributes

def example[T, R : AsResult](parser: StepParser[T])(action: T => R): String => Fragments

create an example from a step parser

create an example from a step parser

Attributes

def step[T](parser: StepParser[T])(action: T => Any): String => Fragments

create an step from a step parser

create an step from a step parser

Attributes