andrewdavey / knapsack

Project moved to https://github.com/andrewdavey/cassette
MIT License
24 stars 3 forks source link

Use Moq throughout unit tests #10

Open andrewdavey opened 13 years ago

andrewdavey commented 13 years ago

I wrote a lot of unit tests for Knapsack on the train without access to Moq, so there are many hand-rolled mock objects in there! Let's refactor the code to use Moq mocks instead. For sanity!