scalacheck, scalatest, specs - which one has the lower barrier to entry?

Viewed 3013

Between the following test frameworks which one is the easiest to use and learn?

I'm using 2.8.0 and sbt for building, so working nicely with it is a factor. I'm not necessarily looking at the most full featured. As best I can tell my criteria are in order:

  • allow unit testing for Scala code
  • painless set-up
  • working with sbt
  • tutorials
  • rich documentation
3 Answers
Related