https://github.com/dpvreony/nettestregimentation
Unit Test Regimentation for .NET
https://github.com/dpvreony/nettestregimentation
conformance unit-testing
Last synced: 3 months ago
JSON representation
Unit Test Regimentation for .NET
- Host: GitHub
- URL: https://github.com/dpvreony/nettestregimentation
- Owner: dpvreony
- License: mit
- Created: 2019-03-01T13:43:11.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T18:06:17.000Z (4 months ago)
- Last Synced: 2026-02-10T21:48:53.519Z (4 months ago)
- Topics: conformance, unit-testing
- Language: C#
- Size: 505 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# .Net Test Regimentation
Unit Test Regimentation for .NET provides a way to structure unit tests and enforce testing patterns via interfaces.
If you start by reading https://haacked.com/archive/2012/01/02/structuring-unit-tests.aspx/ to get an understanding of the structuring being used.
We then go beyond it to describe the different types of tests that can be carried out on a method.