Can't Run Groovy Unit Tests in NetBeans 6.5

NetBeans does not have a new Groovy Unit Test. And if I create one manually, I cannot get it to work in NetBeans.

Is this not implemented, or is something wrong with my installation?

+3
source share
4 answers

I had the same problem. After I looked through it, it's pretty easy to add unit testing for groovy -testcases using the custom ant -target. No additional Java code or anything else is needed. I wrote this on my blog software insane

Hope this helps. - Philip

+1
source

, - Mac OS X . NetBeans , , , - - Eclipse.

0

Google NetBeans Groovy, , , . netbeans groovy 152937 151052.

0

Maven, NetBeans. (ALT + F6) JUnit.

0

All Articles