Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 589 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 589 Bytes

Barista Matic

=================

A programming assignment Redpoint applicants

Implemented a Solution (BaristaMatic.sln) in Visual Studio 2010 within 3 projects developed in C Sharp

  1. BaristaMatic.Console (Set this one as startup project)

  2. BaristaMatic.Model (Contains the 3 different models used in this project)

  Ingredient.cs
  Drink.cs
  CoffeeMachine.cs
  1. BaristaMatic.Test (Used for TDD and BDD)
  Using [Specflow 1.8.1] (http://www.specflow.org/)
  Using [nUnit 2.6.0] (http://www.nunit.org/)

by [Santiago Traversa] ([email protected])