I created a simple netbeans plugin (see this tutorial) and now i wanna test e.g. the Actionlistener.
But how can this be done ?
to be more specific
- what test frameworks suit netbeans plugin development ?
- how to create a test setup which emulates enough of netbeans e.g. to test the simple actionlistener ?
Update
a practical example :
I registered my Action in the Tools Menue, how can i test the "click" on the menue entry ?