Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpvreony/nettestregimentation
Unit Test Regimentation for .NET
https://github.com/dpvreony/nettestregimentation
conformance unit-testing
Last synced: 12 days 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:14:51.000Z (8 months ago)
- Last Synced: 2024-05-22T17:34:13.163Z (8 months ago)
- Topics: conformance, unit-testing
- Language: C#
- Size: 332 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
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.