java - Run groovy test in IntelliJ on Linux -
i'm using intellij idea community edition, , created groovy unit test java class polynomial, when attempt run test, "groovyc: unable resolve class groovy.util.groovytestcase"
i correctly marked test/ directory tests, ctrlshiftt created unit test in correct directory. how can test run?
i think need add groovy*.jar in external library of project.
select project , press f12, , select "modules", in window possible add groovy library.
another option add external library when create new idea project.

Comments
Post a Comment