Unit Testing/xUnit.net/Install xUnit

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 edit