OPI Blog
Learn from experts in their fields

Browsing Tags: entity

Feb 16, 2016
Automatically JUnit Test DTO and Transfer Objects
When testing Data Transfer Objects (DTOs) or Transfer Objects you can go a few different routes.  If you’re a purist you would say that a unit test should only be written for code that matters.  I agree ...