[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[News.eclipse.test-and-performance] Re: Invoking the JUnit View from a popup-menu

You can check this plugin to see how it can be done:
http://sourceforge.net/projects/junitrunner/

thanks
Roman

"Paul Keyser" <rolarenfan@xxxxxxxxxxxxx> wrote in message
news:cgd10e$j4s$1@xxxxxxxxxxxxxx
> Is this the correct newsgroup on which to ask the question below?
>
> I can run my JUnit tests by explicitily running JUnit (Run... => Junit =>
etc.) but I would like to
> have a menu-item in my runtime-eclipse that runs my JUnit tests. Creating
the menu-item per se is no
> problem, but then -- what call(s) do I make in the run() method of my
IObjectActionDelegate to get
> the usual JUnit View?
>
> Thanks,
> Paul