Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 238 Bytes

File metadata and controls

5 lines (4 loc) · 238 Bytes

Mocking with Moq and JustMock

  1. Finish the unit testing for CarsController
    • Write mocks for the rest of ICarsRepository interface (sorting)
    • Write missing unit test so that the controller functionality is fully tested