C# Class Hiptest.Publisher.Samples.Actionwords

Mostrar archivo Open project: hiptest/hps-csharp-nunit Class Usage Examples

Public Methods

Method Description
CoffeeShouldBeServed ( ) : void
CoffeeShouldNotBeServed ( ) : void
IEmptyTheCoffeeGrounds ( ) : void
IFillTheBeansTank ( ) : void
IFillTheWaterTank ( ) : void
IHandleBeans ( ) : void
IHandleCoffeeGrounds ( ) : void
IHandleEverythingExceptTheBeans ( ) : void
IHandleEverythingExceptTheGrounds ( ) : void
IHandleEverythingExceptTheWaterTank ( ) : void
IHandleWaterTank ( ) : void
IShutdownTheCoffeeMachine ( ) : void
IStartTheCoffeeMachine ( string lang = "en" ) : void
ITakeACoffee ( ) : void
ITakeCoffeeNumberCoffees ( int coffeeNumber ) : void
MessageMessageShouldBeDisplayed ( string message = "" ) : void
TheCoffeeMachineIsStarted ( ) : void

Method Details

CoffeeShouldBeServed() public method

public CoffeeShouldBeServed ( ) : void
return void

CoffeeShouldNotBeServed() public method

public CoffeeShouldNotBeServed ( ) : void
return void

IEmptyTheCoffeeGrounds() public method

public IEmptyTheCoffeeGrounds ( ) : void
return void

IFillTheBeansTank() public method

public IFillTheBeansTank ( ) : void
return void

IFillTheWaterTank() public method

public IFillTheWaterTank ( ) : void
return void

IHandleBeans() public method

public IHandleBeans ( ) : void
return void

IHandleCoffeeGrounds() public method

public IHandleCoffeeGrounds ( ) : void
return void

IHandleEverythingExceptTheBeans() public method

public IHandleEverythingExceptTheBeans ( ) : void
return void

IHandleEverythingExceptTheGrounds() public method

public IHandleEverythingExceptTheGrounds ( ) : void
return void

IHandleEverythingExceptTheWaterTank() public method

public IHandleEverythingExceptTheWaterTank ( ) : void
return void

IHandleWaterTank() public method

public IHandleWaterTank ( ) : void
return void

IShutdownTheCoffeeMachine() public method

public IShutdownTheCoffeeMachine ( ) : void
return void

IStartTheCoffeeMachine() public method

public IStartTheCoffeeMachine ( string lang = "en" ) : void
lang string
return void

ITakeACoffee() public method

public ITakeACoffee ( ) : void
return void

ITakeCoffeeNumberCoffees() public method

public ITakeCoffeeNumberCoffees ( int coffeeNumber ) : void
coffeeNumber int
return void

MessageMessageShouldBeDisplayed() public method

public MessageMessageShouldBeDisplayed ( string message = "" ) : void
message string
return void

TheCoffeeMachineIsStarted() public method

public TheCoffeeMachineIsStarted ( ) : void
return void