Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 505 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 505 Bytes

Unit Testing Tools

Great tools to increase the quality of your unit tests.

Frameworks / Tools:

  • XUnit
    • Runners
    • Collection Fixture
    • Good use of decorators for better recognizing
  • MOQ
    • Use of Verify Assertion
  • AutoMoq
    • Used with XUnit Fixture
  • Bogus
    • Generation of random data
  • Fluent Assertions
    • Increasing the assertion expression

About:

This project was developed by Eduardo Pires under the MIT license.