| Author |
Code Coverage
|
Max White
Ranch Hand
Joined: Jun 28, 2008
Posts: 83
|
|
I am using emma plugin in eclipse for code coverage,but so far I am unable to run it if the class does not have a main method.
How can I achieve it?
Thanks!
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26496
|
|
Max,
There are two ways of running Emma. One is through a main method or JUnit test. The other is on the server. (the emma faq shows how to set that up.) The server approach is useful when testing through a web app.
If this doesn't help enough, please elaborate more on what you are trying to accomplish.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Code Coverage
|
|
|