A common practice taught in many TDD classes is the principle of too easy to test . The principle basically says that you should not test really simple things since then you will spend time writing tests that not really add value. This is a fair recommendation
Read More...