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"

enter image description here

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

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -