Erunno / WhiskyMan

App for managing whisky collection
3 stars 0 forks source link

Maps testing #11

Closed Jokekill closed 3 years ago

Jokekill commented 3 years ago

Write tests for all maps

Erunno commented 3 years ago

I would also like to refactor code so that it uses AutoMapper's static API rather the "instance" API.

It is quite inconvenient to mock IMapper during unit testing and it won't be necessary if all maps are tested.