Archive for April, 2009

FEST at JavaOne!

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 [...]

, , ,

3 Comments

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, [...]

, ,

No Comments