This project is a starting point for Unit testing C# with MSTest and .NET Core
Step 1:
Download or clone this repo by using the link below:
https://github.com/Jadhielv/unit-testing-with-dotnet-core.git
Step 2 (Check everything installed correctly
):
Once you've installed, open a new command prompt and run the following command:
dotnet
Step 3:
Build the project and its dependencies
dotnet build
Step 4:
Run the tests:
dotnet test
This project uses the following license: MIT