C# Class Hiptest.Publisher.Samples.CoffeeMachine

Datei anzeigen Open project: hiptest/hps-csharp-nunit

Public Properties

Property Type Description
CoffeeServed bool
Message string

Public Methods

Method Description
CoffeeMachine ( ) : System.Collections.Generic
EmptyGrounds ( ) : void
FillBeans ( ) : void
FillTank ( ) : void
Start ( string lang = "en" ) : void
Stop ( ) : void
TakeCoffee ( ) : void

Private Methods

Method Description
GetMessage ( string key ) : string
UpdateMessage ( ) : void

Method Details

CoffeeMachine() public method

public CoffeeMachine ( ) : System.Collections.Generic
return System.Collections.Generic

EmptyGrounds() public method

public EmptyGrounds ( ) : void
return void

FillBeans() public method

public FillBeans ( ) : void
return void

FillTank() public method

public FillTank ( ) : void
return void

Start() public method

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

Stop() public method

public Stop ( ) : void
return void

TakeCoffee() public method

public TakeCoffee ( ) : void
return void

Property Details

CoffeeServed public_oe property

public bool CoffeeServed
return bool

Message public_oe property

public string Message
return string