/SportsStore

Test repo for learning UnitTesting

Primary LanguageC#

SportsStore

Test repo for learning Unit Testing and several Design Patterns.

Particular emphasis is on:

  1. Model View Controller
  2. Domain Driven Development
  3. Unit testing
  4. Repository Pattern
  5. Test Driven Development
  6. Dependency Injection

To facilitate in implementation I am using

  • Ninject
  • Moq
  • NUnit

Special Thanks

  • Open Source Community
  • StackOverflow

Build / Usage Notes

Libraries are not provided with the source i.e. repo does not have .dll files. I am relying on NuGet to automatically download and install required packages. Make sure to set WebUI as startup project.