I’m working on the automated blackbox acceptance tests for Jenkins, where I often need to generate random unique names. The code has been using random number generator to generate such...
POTD: Application configuration via Guice binding + Groovy
Often I write my applications with Guice. I also often want to make those applications configurable externally. For example I might inject username and password for that app to talk...
POTD: cucumber annotation indexer
Cucumber for Java requires that you specify the packages in which your step definitions exist. At runtime, cucumber uses some hack to try to list all the classes in this...