Skip to content

2020-Summer-Cohort/car-garage-tdd-team-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Car Garage

Installation instructions

  1. Clone the project to your ~/wcci/source_code or ~/wcci/source/repos directory.
  2. Open the project in Visual Studio and get started.

Instructions

  1. Open test files and add the Act, Arrange, and Assert portions of the test to match the test name and instructions.
  2. Write production code to make the tests pass.
  3. Make a console application with an instance of a Garage for your user to interact with.

Things to keep in mind

  1. ALL I/O (input and output) should come through the Program class.
  2. ALL logic for the application should be located in the appropriate class (Garage or Car).
  3. Cars should be identified uniquely (assume 'users' will provide unique identifiers of some sort).
  4. Users should ONLY be interacting with individual Cars through the Garage.

About

car-garage-tdd-team-1 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages