December 2018
Beginner to intermediate
668 pages
15h 30m
English
In Visual Studio 2017, add a new xUnit Test Project (.NET Core) project named CalculatorLibUnitTests, as shown in the following screenshot:

In Solution Explorer, in the CalculatorLibUnitTests project, right-click on Dependencies, and choose Add Reference.... In the Reference Manager window, select the checkbox for CalculatorLib, and then click on OK, as shown in the following screenshot:

In the Solution Explorer window, right-click on the UnitTest1.cs file and choose Rename. Change its name ...
Read now
Unlock full access