You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really enjoyed this book for learning some basics of aspnet core. Thanks!
Since I am a big fan of automated testing I wanted to see if I could build some extra unit tests for controllers and expand the integration tests with tests for logged in users. After reading several articles on this on the net I find that unit/integration testing with AspNetCore.Identity (mocking ApplicationUser in unit tests and somehow simulating a logged in user for integration tests) is really challenging.
If and when there is an update to the next major dotnet core version adding info on how to do this to the testing chapters would be very helpful!
The text was updated successfully, but these errors were encountered:
I really enjoyed this book for learning some basics of aspnet core. Thanks!
Since I am a big fan of automated testing I wanted to see if I could build some extra unit tests for controllers and expand the integration tests with tests for logged in users. After reading several articles on this on the net I find that unit/integration testing with AspNetCore.Identity (mocking ApplicationUser in unit tests and somehow simulating a logged in user for integration tests) is really challenging.
If and when there is an update to the next major dotnet core version adding info on how to do this to the testing chapters would be very helpful!
The text was updated successfully, but these errors were encountered: