#ScalaTest Quick Reference
Contents are noted from the Oreilly Book "Testing in Scala" by Daniel Hinojosa. I recommend this book to learn ScalaTest in detail.
Introduction :
- ScalaTest and Specs2 are two most dominant testing frameworks for Scala around today.
- ScalaTest and Specs2 borrowed ideas from Cucumber.
- Cucumber is BDD ( Behavior-driven development ) model.