Some time ago in the reporting project that my team and I are creating, we decided to introduce unit tests on different layers. This happened…
Recently I’ve introduced integration tests in of .NET Core projects. It’s pretty simple as there’ great support from Microsoft.AspNetCore.Mvc.Testing and Microsoft.AspNetCore.TestHost nuget packages. I’ve used…