Tag Archives: Custom Assertions

Reflection-Based Object Comparison in Tests

Using reflection is a convenient way to compare objects in unit tests. The Unitils library provides reflection-based assertions. Continue reading

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

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