[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Run As JUnit Plug-in Test

Hi Marco,

Thanks for your answer. The problem is that the method throwing the exception is an Eclipse mathod and not my method. More accurately it's the IWorkbenchPage.showView method throwing a PartInitException (because I forgot to set the AllowMutiple field in my extension description) ...

Manu