org.specs2.specification.script
GT = Given types, types of extracted values for then steps GTE = Given extractor types, types of extractor functions WT = When types, types of extracted values for when steps WTR = When result types, after mapping WTE = When extractor types WM = Mapping functions types TTE = Then types extractors VE = verification types for then steps
Start of a scenario
This class creates Given or Then extractors from a regular expression and a function
renaming of the shapeless cons object to avoid imports
start a sequence of GWT steps by default the scenario template that is used is considering the last lines before the scenario end to form the given/when/then steps
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
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
a sequence of GWT steps can be inserted in a specification to delimit pieces of text to interpret.
a sequence of GWT steps can be inserted in a specification to delimit pieces of text to interpret. The "given/when" steps create execute.Step objects while the "then" steps create Examples
The whole sequence also creates one tagged section with the title of the sequence
create a AsSection fragment
create a AsSection fragment
create a TaggedAs fragment
create a TaggedAs fragment
The GWT trait can be used to associate a piece of text to Given/When/Then steps according to the [BDD](http://en.wikipedia.org/wiki/Behavior-driven_development) way of describing acceptance criteria