ASP.NET Core Unit Tests

Test driven development

Unit Tests

Unit tests are automated tests written and run by software developers to ensure that a section of an application (known as the "unit") meets its design and behaves as intended.

I wanted to add unit tests that could be run as part of a continuous integration pipeline.

UnitTest1.cs

$ dotnet test