Jeff Mesnil’s Weblog

Archive for August, 2005

Testing an Eclipse plug-in in isolation

Tuesday, August 30th, 2005

All this post just to ask a simple question: how to test an Eclipse plug-in in isolation?

I’m currently writing an Eclipse feature to manage a server through JMX. It is composed of 3 plug-ins:

the JMX plug-in is used to create on demand the MBean proxies and handle all the low-level JMX stuff (connections, authentication, etc.) the Core […]