vote up 1 vote down star

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 ?

flag
What kind of tests do you want to perform? a general 'does it always work and doesn't crush', or something else? – Liran Orevi May 13 at 22:51
at first i need some directions for 'simple' Tests, ill update the description to reflect that – Michael Lange May 14 at 12:36

1 Answer

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.