Tag Archives: junit

If you are familiar with hamcrest and JUnit the time will come when you have the need to create your own matchers. Creating your own matcher can be as simple as useful. One reason for creating your own matcher could … Continue reading

Posted in Java, Test Driven Development, Testing | Tagged , , , , | Leave a comment

Have you ever thought that JUnit assertions are not really readable and do not correspond to natural language? It is a mess that the expected value is the first argument on an assert? This would not be like the spoken … Continue reading

Posted in Java, Testing | Tagged , , , | Leave a comment