hoeyi / Ozym

A web-application for tracking personal finances. Built using Blazor, ASP.NET Core, and Entity Framework Core.
3 stars 0 forks source link

Add behavior tests for AutoMapper profiles #210

Closed hoeyi closed 1 year ago

hoeyi commented 1 year ago

Description

PR #209 added valid mapping profiles between DTO and entity classes, but did not add behavior tests to ensure the property values are mapped to the correct destination. Add tests for each profile to ensure that all Entity-DTO and DTO-Entity maps defined in the profile yield expected results for the destination object.