Unit Testing with a UserManager
Are you working on a project where you would like to add unit testing. Would you like to unit test controllers that depend upon a UserManager having been added to your dependency injection. Well I did and it took a bit of working out. Setup The first thing i did […]