Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 496 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 496 Bytes

UnitTestScenarios

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.