< Unit Testing < xUnit.net

Create a xUnit.net test environment.

  1. Download the .NET SDK.
  2. Create a new folder named Multiply.
  3. 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 to MultiplyTest.cs.

References

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.