A little while ago I wanted my unit test results for my Android apps that I build with Hudson. I tweeted about it, but forgot to follow up with some more details, so here it is. Since I the default android testrunner does not output it’s format in a xml suitable for Hudson, I decided to dig around and after looking at source for InstrumentationTestRunner I came up with this. The com.neenbedankt.android.test.InstrumentationTestRunner extends the Android one …