Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Second drop for svc junit tests

 --- Florin Iucha <florin@xxxxxxxxx> wrote: 
> Definitiely not in core. Filtering class files out of jars is a pain.
> 
> Why not create a real "test" project and put all the tests there? For
> sure tests deserver more than "misc" status.

I too prefer a separate project for unit tests. But depending on
whether we go the full plugin way, you have two options: in Eclipse you
can create a regular Java project containing the JUnit tests and you
use the default JUnit runner to run the unit tests, or you can create a
plugin containing the unit tests and you have to download the
org.eclipse.pde.junit plugin(1) to be able to launch this test plugin
within the Eclipse workbench.

To be able to make a good decision on going the full plugin way, I was
thinking of doing some runs with JProbe in the two scenarios and to
post the results here. There is a plugin available to integrate JProbe
into Eclipse. :)

(1)
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-ui-home/plugins/org.eclipse.jdt.junit/index.html

Ringo

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


Back to the top