GroovyJ solution
The latest version of the Groovy plug-in for IntelliJ IDEA (GroovyJ 0.1.7) doesn’t update the classpath to include JUnit; therefore, if you attempt to create a hip GroovyTestCase, you’ll get a strange error: unable to resolve class GroovyTestCase. Simply add JUnit to your classpath and that error will go away. Dig it?
| Related odds and ends | ||
|---|---|---|
Friday 17 Feb 2006 | Dynamic Languages, Groovy