Tag Archives: FEST Assert

Comparison Dialog in JUnit for Objects Other Than Strings

This article describes how to to compare objects in JUnit in case of test failure using the dialog known from comparing strings. Continue reading

Posted in Java | Tagged , , , | 2 Comments

Custom Assertions in FEST Assert

Using FEST Assert library helps to reduce duplication in unit tests and make assertions look almost like a natural language. Continue reading

Posted in Java | Tagged , , | 3 Comments