Codit / practical-api-guidelines

Practical guidelines for building & designing APIs with .NET.
MIT License
16 stars 5 forks source link

#99 use XUnit fixture for automapper initialization #113

Closed pietersap closed 5 years ago

pietersap commented 5 years ago

Fixing issue #99 : Created a XUnit collection fixture for the unit test, so that automapper is initialized only once.