https://github.com/pablo-pinargote/net-core-api-testing-strategies
Simple ideas to write test classes for C# using xUnit
https://github.com/pablo-pinargote/net-core-api-testing-strategies
Last synced: 2 months ago
JSON representation
Simple ideas to write test classes for C# using xUnit
- Host: GitHub
- URL: https://github.com/pablo-pinargote/net-core-api-testing-strategies
- Owner: pablo-pinargote
- License: mit
- Created: 2023-09-05T20:02:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:44:17.000Z (about 1 year ago)
- Last Synced: 2025-02-13T03:26:40.261Z (4 months ago)
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing strategy for C#.
This repository is intended for exploring different coding alternatives for tests. It is organized through the git branches, with each branch aiming to demonstrate various approaches and efficient methods for testing the code hosted in the demo-api project.
- The branches are not intended to be merged at any time; they are simply a mechanism for learning about this strategy progressively.
- The main branch do not have any tests, and that is intentional.Feel free to let me know if you have any further questions or need more assistance!