PHP Class Feature\Domain\RecipeContext

Inheritance: implements Behat\Behat\Context\Context, implements Behat\Behat\Context\SnippetAcceptingContext
Afficher le fichier Open project: norzechowicz/mydrinks

Méthodes publiques

Méthode 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 méthode

public __construct ( )

asFirstStepIAddPrepareHighballGlassWithMlCapacity() public méthode

iAddStepAddCubesIntoGlass() public méthode

public iAddStepAddCubesIntoGlass ( $amount, $name )

iAddStepGarnishGlassWith() public méthode

public iAddStepGarnishGlassWith ( $name )

iAddStepPourMlOfIntoGlass() public méthode

public iAddStepPourMlOfIntoGlass ( $capacity, $name )

iAddStepPourMlOfIntoShaker() public méthode

public iAddStepPourMlOfIntoShaker ( $capacity, $name )

iDecideToCreateNewRecipeCalled() public méthode

iRemoveFirstStepFromTheRecipe() public méthode

iShouldBeNoticedThatFirstStepShouldBeGlassPreparation() public méthode

iShouldBeNoticedThatFirstStepShouldBeShakerPreparation() public méthode

iShouldBeNoticedThatGlassFromRecipeCanTTookMoreThanMlOfLiquids() public méthode

recipeShouldBeMadeFromFollowingSteps() public méthode

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

theRecipeShouldNotBePublished() public méthode