6 ms·
Business logic tests will rarely test what happens to your data if a machine loses power.
by wmanley 5mo ago
Business logic tests will rarely test what happens to your data if a machine loses power.
- 9rx 5mo agoThen your business logic contains unspecified behaviour. Maybe you have a business situation where power loss conditions being unspecified is perfectly acceptable, but if that is so it doesn't really matter what happens to your backing data store either.