Jadhielv / unit-testing-with-dotnet-core

Unit testing C# with MSTest and .NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing in .NET Core

GitHub license GitHub repo size Twitter Follow

Getting Started

This project is a starting point for Unit testing C# with MSTest and .NET Core

How to Use

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

License

This project uses the following license: MIT

About

Unit testing C# with MSTest and .NET Core

License:MIT License


Languages

Language:C# 100.0%