|
From: Marcus B. <ma...@wo...> - 2008-10-20 12:53:06
|
Hi... Douglas Hubler wrote: > yes, this is the big item i could use help on > > - autorun uses shutdown hook to run tests > - coverage also uses a shutdown hook to know when to save coverage > - coverage has to happen after tests run, but tests call exit so coverage > never happens. OK, so some kind of post test hook might be needed. I'd rather look at alternatives first. If you had a reporter decorator, and autorun understood the concept, then you could just tell auto run to inject it. Then your post test stuff could all be in the paintFooter() of the decorator. I suggest that I we fix autorun sharpish, you try it out, then we regroup. How near are you to getting this stuff into a branch? yours, Marcus |