C# Class Hiptest.Publisher.Samples.CoffeeMachine

Afficher le fichier Open project: hiptest/hps-csharp-nunit

Méthodes publiques

Свойство Type Description
CoffeeServed bool
Message string

Méthodes publiques

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

Private Methods

Méthode Description
GetMessage ( string key ) : string
UpdateMessage ( ) : void

Method Details

CoffeeMachine() public méthode

public CoffeeMachine ( ) : System.Collections.Generic
Résultat System.Collections.Generic

EmptyGrounds() public méthode

public EmptyGrounds ( ) : void
Résultat void

FillBeans() public méthode

public FillBeans ( ) : void
Résultat void

FillTank() public méthode

public FillTank ( ) : void
Résultat void

Start() public méthode

public Start ( string lang = "en" ) : void
lang string
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TakeCoffee() public méthode

public TakeCoffee ( ) : void
Résultat void

Property Details

CoffeeServed public_oe property

public bool CoffeeServed
Résultat bool

Message public_oe property

public string Message
Résultat string