Back to Practical Aspnetcore

Testing (1)

projects/testing/README.md

latest244 B
Original Source

Testing (1)

The projects in this folder show how to write tests using the WebApplicationFactory<T> found in the Microsoft.AspNetCore.Mvc.Testing package.

  • NUnit 1 shows how to create a simple unit test.