Write unit tests
Unit testing your code helps to identify and fix issues early in the development process, ensuring that your code works as expected and reducing the risk of introducing bugs into your module.
Topic | Description |
---|---|
Create a unit test project | Learn how to create a unit test project in JetBrain Rider or Microsoft Visual Studio. |
Create a unit test | Learn how to add a unit test to your project using an example. |
Refer to Microsoft's documentation on Creating the first test for more information about unit testing with NUnit
.