/testing-scala

A small project showcasing the different testing tools in Scala

Primary LanguageScala

#Testing in Scala#

The purpose of this repository is just to highlight the different testing libraries available today, ScalaTest, Specs2, ScalaCheck and Borachio. Others may be included as time goes on.

##Running Testing in Scala##

To run the application, be sure to have SBT downloaded and installed and go to your testing-scala directory (or whatever you called it) and run.

 %sbt test

##Viewing the tests##

All tests are included in the /src/test/scala/ directory.

##Questions##

Contact me here at github.