Documentation

Support

Write unit tests

Write unit tests for your modules to identify and fix issues early in development.
Read time 1 minuteLast updated a day ago

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 projectLearn how to create a unit test project in JetBrain Rider or Microsoft Visual Studio.
Create a unit testLearn 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
.