How do you unit test Scala in Eclipse?

Posted by Jørgen Fogh on Stack Overflow See other posts from Stack Overflow or by Jørgen Fogh
Published on 2010-06-06T12:41:40Z Indexed on 2010/06/06 13:22 UTC
Read the original article Hit count: 397

Filed under:
|
|
|

I am learning Scala and would like to set up integrated unit testing in Eclipse. As far as I can tell from googling, ScalaTest is the way to go, possibly in combination with JUnit.

What are your experiences with unit testing Scala in Eclipse? Should I use the JUnit runner or something else?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about unit-testing