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

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -