ReportNG 1.1.2
ReportNG version 1.1.2 is available for download. ReportNG is an HTML/XML reporting plugin for TestNG. There are only two small changes in this release. The first is a fix for an avoidable...
View ArticleAndroid LVL Obfuscation Pitfalls
The recently-introduced Android License Verification Library (LVL) survived a disappointingly short time in the wild before somebody figured out how to circumvent its protection. Google responded to...
View ArticleUncommons Maths 1.2.2
Yesterday I moved Uncommons Maths (random number generators, probability distributions, combinatorics and a few other numbery type things) from Java.net to GitHub. My other projects have been on GitHub...
View ArticleUsing ReportNG with Maven
I’m not a Maven user, so I’ve never made any effort to use ReportNG from Maven. Maven users were left to figure it out for themselves. Well, Marcin Zajączkowski has figured it out for himself…
View ArticleReportNG 1.1.3
I’ve just pushed a new version of ReportNG (an HTML reporting plug-in for TestNG) to GitHub. This is a minor enhancement release that incorporates a few patches submitted by users. Thanks to Jeff...
View ArticleWatchmaker Framework at JavaOne – Using Java and Genetic Algorithms to Beat...
Those of you who will be attending JavaOne this year (2nd – 6th October in San Francisco) might be interested in Matthew Ring’s BoF session on genetic algorithms in Java. Matthew tells me that he…
View ArticleUncommons Maths 1.2.3
It’s five years ago this week that I first released Uncommons Maths as a standalone project spun-off from an early version of the Watchmaker Framework. Uncommons Maths is a Java library that provides,...
View ArticleAndroid ListView – Fixing Missing/Blank Dividers
A post with code in it. Because it’s been a long time since the last one. If you work with ListViews in Android, as all Android developers will do at some point, you may notice…
View ArticleReportNG 1.1.4
It’s been a couple of years since the last release of ReportNG, my cobbled together alternative reporting plug-in for TestNG. In the time since I’ve done nothing but a few users have submitted useful...
View ArticleNo More Updates to ReportNG
About 8 years ago I made the decision to use TestNG for unit testing a Java project at work because it offered a much neater approach to the problem than JUnit 3.x. The only problem was that the HTML...
View Article