Archive for April, 2009
FEST at JavaOne!
Posted by Alex Ruiz in Conference, Java, Open Source, Testing on April 27, 2009
I’m proud to announce that FEST will be at JavaOne 09. This year I have the honor to co-present with my good friend and FEST teammate Michael Hüttermann, Java Champion. We will be presenting session TS-4421, “Simplifying Development and Testing of GUIs with the Swing Application Framework (JSR 296) and FEST,” on Friday, June 05 [...]
How to make Clover ignore private constructors
I’ve been using Clover for some time in FEST and I have found very useful. I don’t believe in “x”% coverage as a sign of good-quality code. Instead, I use code coverage to decide which parts of my code need more testing. Something I’m not comfortable with is seeing 0% coverage in private constructors. IMHO, [...]
My name is Alex Ruiz. I'm a programmer with special interest in Java, API design, testing and OOP. I'm the creator of 

