Skip to content

Jadhielv/unit-testing-with-dotnet-core

Repository files navigation

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages