Create a test folder in the project that will test individual features.
Notes from Brian :
For testing .NET/C# projects, the two big testing libraries are NUnit and MSTest
Here's a good document on getting started with setting them up in Visual Studio:
https://learn.microsoft.com/en-us/visualstudio/test/unit-test-basics?view=vs-2022
There's a really nice VS feature where if you right click on a function, you'll get a "Create Unit Tests" option which will create a project and setup the scaffolding/stub code you need to handle unit tests
ALSO THIS MESSAGE: https://discord.com/channels/1053712696094228510/1069583061471215666/1075046651527434241
Create a test folder in the project that will test individual features.
Notes from Brian :
For testing .NET/C# projects, the two big testing libraries are NUnit and MSTest
Here's a good document on getting started with setting them up in Visual Studio:
https://learn.microsoft.com/en-us/visualstudio/test/unit-test-basics?view=vs-2022
There's a really nice VS feature where if you right click on a function, you'll get a "Create Unit Tests" option which will create a project and setup the scaffolding/stub code you need to handle unit tests
ALSO THIS MESSAGE: https://discord.com/channels/1053712696094228510/1069583061471215666/1075046651527434241