Simplify Your Tests With Custom Assertions
Did you ever have to write tests with quiet complex assertions? I mean when you need to perform some calculations to decide if actual value is ok. If so, you obviously thought that your test is looking kinda weird and heavy.
But there is a way to significantly improve readability of all tests, even the most complex and ugly ones.