Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Running JUnit plugin-test from the command line


This document may be of help:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.test/testframework.html?rev=HEAD&content-type=text/html

Sonia



Jack Ferrod <jack_ferrod@xxxxxxxxxxx>
Sent by: pde-dev-admin@xxxxxxxxxxx

29/09/2004 02:28 PM

Please respond to
pde-dev

To
pde-dev@xxxxxxxxxxx
cc
Subject
[pde-dev] Running JUnit plugin-test from the command line





Hi,

I'm integrating my plugin-build and test in an
automated (ant) build script.
What I would like to do is have that build script kick
off my plugin unit tests as well. For this it should
automatically:
 1. Start an Eclipse instance
 2. Run the unit tests in this instance
 3. Exit exlipse so that my build script can
continue.

Does anyone know how to do this? Note that no human
intervention (button clicking) is possible in the
above steps.

Many thanks,

Jack


               
               
                                 
___________________________________________________________ALL-NEW Yahoo! Messenger - all new features - even more fun!  http://uk.messenger.yahoo.com
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-dev


Back to the top