Hi,
I am new to Scala but I liked the language so much that I created a Behaviour-Driven framework called specs in Scala.
With specs you can created specifications and unit tests which can be executed with any JUnit3-compliant tool:
You can also use ScalaCheck which generates lots of tests automatically to test your system properties.
See you on the mailing list!