< Unit Testing < xUnit.net
Create a xUnit.net test environment.
- Download the .NET SDK.
- Create a new folder named
Multiply
. - Create the Multiply project.
- At a command prompt or terminal window in the multiply folder, run the following command:
dotnet new xunit
- Rename
UnitTest1.cs
toMultiplyTest.cs
.
- At a command prompt or terminal window in the multiply folder, run the following command:
References
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.