https://github.com/paparascal2020/simple-tdd-template-c-sharp
A simple skeleton TDD envorment for C#
https://github.com/paparascal2020/simple-tdd-template-c-sharp
Last synced: 4 days ago
JSON representation
A simple skeleton TDD envorment for C#
- Host: GitHub
- URL: https://github.com/paparascal2020/simple-tdd-template-c-sharp
- Owner: PapaRascal2020
- Created: 2022-06-25T15:57:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T16:35:03.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T05:18:19.694Z (over 1 year ago)
- Language: C#
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple skeleton environment for C# TDD
A simple skeleton TDD envorment for C#
With a Simple Math Example
For this particular environment I would recommend previous knowledge of how to import projects into a solution.
# Requirements
I have been using the following configuration
* Visual Studio 2022
* .Net 6.0
* Microsoft.NET.Test.Sdk (17.2.0)
* NUnit (3.13.3)
* NUnit3TestAdapter (4.2.1)