#Quiz instructions

  1. Clone the quiz repo.
  2. Open the solution in visual studio.
  3. Your task is to get all of the unit tests to pass
  4. You will need to create a project, connect it to the tests, and then write the necessary code to get all tests "in the green"
  5. There is a test titled "recommendedOrder.orderedtest" that lists the tests in the recommended order that you complete them. You can run just this one "test" and it will run all of the tests in the listed order.
  6. After ensuring that the tests pass, you will need to create and implement an IProvidesDinner interface for all of the classes that inherit from Restaurant and also an IProvidesLunch interface for the Casual and FastFood classes.