Don't write tests against configuration
Why writing tests against production configuration is usually not that good idea and what to do instead. …
Read more5 Tips for Getting More Out of Your Unit Tests
State of Application Design In vast majority of applications I have seen the domain logic is implemented using a set of Service classes (Transaction Scripts). Majority of these are based on the DB structure. Entities are typically quite thin DTOs that have little or no logic. The main benefit of …
Read more