Fundamentals
- In Fundamentals.Tests project, there are some basic unit test scenarios written by NUnit.
- It might give a first look of test case scenarios and some mostly-used NUnit attributes like SetUp, TestCase, TestCaseSource etc.
Mvc
- In Mvc project, basic approach of Repository and Unit of Work pattern implemented just to create a base to test.
- In Mvc.Tests projects, you may check how to test repository, controller or service classes for methods.