C# Class coffeeshop.CoffeeFlavorFactory

Datei anzeigen Open project: kevinrutherford/katas Class Usage Examples

Public Methods

Method Description
getCoffeeFlavor ( String flavorName ) : CoffeeFlavor
getTotalCoffeeFlavorsMade ( ) : int

Method Details

getCoffeeFlavor() public method

public getCoffeeFlavor ( String flavorName ) : CoffeeFlavor
flavorName String
return CoffeeFlavor

getTotalCoffeeFlavorsMade() public method

public getTotalCoffeeFlavorsMade ( ) : int
return int