PHP Class Feature\Domain\RecipeContext

Inheritance: implements Behat\Behat\Context\Context, implements Behat\Behat\Context\SnippetAcceptingContext
Mostra file Open project: norzechowicz/mydrinks

Public Methods

Method Description
__construct ( )
asFirstStepIAddPrepareHighballGlassWithMlCapacity ( $name, $capacity )
iAddStepAddCubesIntoGlass ( $amount, $name )
iAddStepGarnishGlassWith ( $name )
iAddStepPourMlOfIntoGlass ( $capacity, $name )
iAddStepPourMlOfIntoShaker ( $capacity, $name )
iDecideToCreateNewRecipeCalled ( $name )
iRemoveFirstStepFromTheRecipe ( )
iShouldBeNoticedThatFirstStepShouldBeGlassPreparation ( )
iShouldBeNoticedThatFirstStepShouldBeShakerPreparation ( )
iShouldBeNoticedThatGlassFromRecipeCanTTookMoreThanMlOfLiquids ( $amount )
recipeShouldBeMadeFromFollowingSteps ( $stepsCount, $name, Behat\Gherkin\Node\TableNode $stepsList )
theRecipeShouldNotBePublished ( )

Method Details

__construct() public method

public __construct ( )

asFirstStepIAddPrepareHighballGlassWithMlCapacity() public method

iAddStepAddCubesIntoGlass() public method

public iAddStepAddCubesIntoGlass ( $amount, $name )

iAddStepGarnishGlassWith() public method

public iAddStepGarnishGlassWith ( $name )

iAddStepPourMlOfIntoGlass() public method

public iAddStepPourMlOfIntoGlass ( $capacity, $name )

iAddStepPourMlOfIntoShaker() public method

public iAddStepPourMlOfIntoShaker ( $capacity, $name )

iDecideToCreateNewRecipeCalled() public method

iRemoveFirstStepFromTheRecipe() public method

iShouldBeNoticedThatFirstStepShouldBeGlassPreparation() public method

iShouldBeNoticedThatFirstStepShouldBeShakerPreparation() public method

iShouldBeNoticedThatGlassFromRecipeCanTTookMoreThanMlOfLiquids() public method

recipeShouldBeMadeFromFollowingSteps() public method

public recipeShouldBeMadeFromFollowingSteps ( $stepsCount, $name, Behat\Gherkin\Node\TableNode $stepsList )
$stepsList Behat\Gherkin\Node\TableNode

theRecipeShouldNotBePublished() public method