GWT

trait GWT

Given-When-Then Dsl for mutable specifications

class Object
trait Matchable
class Any

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

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

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