dotnet / training-tutorials

Getting started tutorials for C# and ASP.NET

Home Page:http://dot.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing ASP.NET Core Apps

ardalis opened this issue · comments

ASPNET > Getting Started

  • Show setting up xUnit
  • Show how to unit test a business service created in last lesson.
  • Show how to unit test a controller action (if appropriate)
  • Show how to configure a TestHost for integration testing
  • Show how to write integration tests using TestHost

Reference: https://docs.asp.net/en/latest/mvc/controllers/testing.html

Starting this one.