Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

fluent API

  • submit to reddit

FEST-Assert 1.4: Fluent Interface for Assertions

We are proud to announce that FEST-Assert 1.4 is out! FEST-Assert is an “assertThat” library that provides a fluent interface for writing assertions. Its main goal is to improve test code readability and make maintenance of tests easier. Example:

0 replies - 1017 views - 03/08/11 by Alex Ruiz in Announcements

Dynamic visitor builder with closures

In my previous post I was fumbling with how to leverage closures to improve the visitor pattern. Neal suggested that I could leverage closures in building the visitor rather than executing it.

2 replies - 3834 views - 03/16/08 by Alex Miller in News