running Scala JUnit test [basic]
Hi,
I've problem with configuration my Intelli Idea.
I'm working with this simple project: https://www.dropbox.com/sh/joikxiktb1audtd/dS7jpNdU64
I can't configure JUnit test, because of error: <no module>![2013-03-27 07_19_30-recfun - [F__recfun] - [test] - ..._src_test_scala_recfun_BalanceSuite.png](http://adm-10980.intellij.net/zendesk-forum-storage/jc/5482988/2013-03-27%2007_19_30-recfun%20-%20[F__recfun]%20-%20[test]%20-%20..._src_test_scala_recfun_BalanceSuite.png)
Please sign in to leave a comment.
Looks very strange, I can't reproduce it with your project.
Best regards,
Alexander Podkhalyuzin.
This happen after compile. To repair this I've to click on event log first.

I've other problem now. Did you ran tests from my project, how to do it?
I can't use JUnit, because when I try to set class from /test/scala/recfun directory I get fx. "BalanceSuite is not acceptable".
Maybe should I use ScalaTest, but I've error: ScalaTest not specified. Where in JI can I set path to ScalaTest library?
On Eclipse it was much easier...
I added ScalaTest library to your project, after that I was able to run JUnit or ScalaTest (both worked).
You can add ScalaTest library manually by downloading from the official site and attaching appropriate jars to your project (Project Settings -> Modules -> Dependencies).
However it's better to use Maven to generate and use your IDEA project.
There is no ScalaTest auto-detecting and attaching feature yet in IntelliJ IDEA.
Best regards,
Alexander Podkhalyuzin.