C# Class Agathas.Storefront.Specs.Uat.Steps.BasketStepDefinitions

Show file Open project: elbandit/Asp-Net-Design-Patterns-CQRS

Public Methods

Method Description
BasketStepDefinitions ( ) : Agathas.Storefront.Common

Private Methods

Method Description
GivenIHaveAddedTheFollowingItemsToMyBasket ( TechTalk.SpecFlow.Table table ) : void
GivenTheFollowingOffer ( TechTalk.SpecFlow.Table table ) : void
GivenTheFollowingProducts ( TechTalk.SpecFlow.Table table ) : void
ThenIShouldBeToldThat ( string message ) : void
ThenTheTotalAmountPayableOnTheBasketShouldBe ( decimal price ) : void
WhenIApplyThePromotionalVoucher ( TechTalk.SpecFlow.Table table ) : void
WhenIRemoveProductId ( int product_id ) : void
WhenIRemoveThePromotionalVoucher ( TechTalk.SpecFlow.Table table ) : void

Method Details

BasketStepDefinitions() public method

public BasketStepDefinitions ( ) : Agathas.Storefront.Common
return Agathas.Storefront.Common