| [News.eclipse.test-and-performance] unit testing a popup menu |
How would you test a popup menu on a workbench part? I'd like to ensure that when a certain selection is done on my editor, the corresponding selection-dependent actions are enabled in the editor popup.
I open the editor and set the selection programmatically, but I haven't found how to programmatically invoke the popup.
tia, Edo