Skip to content

nss-evening-cohort-04/MagicMoq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicMoq

Assignment for learning how to mock classes.

Goal

Make the unit tests pass.

Instructions

  1. Implement the IAnswers and IQuestions interfaces using the provided Answers and Questions, respectively.
  2. Follow the hints in each Answers.cs and Questions.cs files.
  3. Do NOT remove the NotImplementedException code from any of the methods in the Answers class.
  4. Make all the unit tests pass. Most tests are missing code. Supply the needed code to ensure the tests pass.

Notes

About

Assignment for learning how to mock classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published