Re: [macker-user] A query about compilation report and JUnit
Brought to you by:
barredijkstra,
melquiades
From: Paul C. <can...@po...> - 2004-01-09 05:32:28
|
Yogesh -- By (1) I presume you are asking whether you can format javac's output=20 as HTML using Macker? That you can't -- Macker operates on compiled=20 class files, and compilation is entirely outside its scope. On (2), Macker can't do that now, though it's possible that the rules=20 in future versions might allow it. For now, I recommend you look at a=20= test coverage tool such as Clover, which gives more useful information=20= anyway. Cheers, Paul On Jan 8, 2004, at 5:12 AM, Yogesh Pandit wrote: > Hi, > =A0 > 1) Can we generate aCOMPILATION REPORT in HTML format using Macker ? > =A0 > 2) Can Macker be used to check whether every public method in a Java=20= > class has a corresponding JUnit test case ? > =A0 > Thanking in advance. > =A0 > Regards, > Yogesh |