The No.1 i-Technology Magazine in the World !
   
 
Clint Shank's Blog

Tools



Hudson CI Game Plugin

17 Apr 2008 5:50 P GMT-05
redsolo has implemented a version of The Continuous Integration Build Game as a Hudson plugin.

Parallel JUnit Ant Task

16 Oct 2007 10:41 A GMT-05
Over time, how do you maintain a maximum 10 minute build? This is an important agile practice for continuous integration. This entry describes an Ant task designed to run standard JUnit tests concurrently.

Bad PMD Rules

9 Mar 2007 12:00 A GMT-05
PMD is an excellent tool for finding potential bugs and improving code quality, but it can generate a lot of false positives. Here's my list of the top 10 rules I turn off immediately [...]

Behavior Driven Development with JUnit 4

14 Dec 2006 5:54 P GMT-05
JUnit 4 makes Behavior Driven Development (BDD) easier...

A Common Set of Test Refactorings

19 Feb 2006 8:02 A GMT-05
A set of low level Eclipse refactorings commonly used together when refactoring unit tests.