...

/

Solution Review: Applying an Integration Test

Solution Review: Applying an Integration Test

Review the solution to applying .NET integration tests.

We'll cover the following...

The complete solution is presented in the following playground:

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  }
}
Integration test solution
  • Lines 9–11: We expose the main project’s internal types to the test library of the WebApiApp.csproj ...