RickStrahl / AlbumViewerVNext

West Wind Album Viewer ASP.NET Core and Angular Sample
507 stars 353 forks source link

Introduce unit tests #12

Closed RedasP closed 4 years ago

RedasP commented 6 years ago

Refactor AccountRepository to make it more unit testable and introduce a unit test project (NUnit + NSubstitute) containing one test for AccountController's Login method. These changes enable the possibility to write more unit tests.