score:0

Accepted answer

the problems you are encountering are likely due to an incorrect project setup. are you running the tests from your ide? if not, i would recommend you make sure that the code, in intellij for example, compiles. the unit-tests should then be executable from there.

intellij comes with a maven plugin that allows importing projects.


Related Query

More Query from same tag