How to do testing and is there something similar like Rack::Test with ruby frameworks?
A:
I don't know much about ruby, so maybe don't get your point. But what about Jitr?
Jitr (pronounced "jitter") is a JUnit Integration Test Runner. It allows your web application integration tests to easily run against a lightweight web container in the same JVM as your tests.
You can use it with JUnit 4's @RunWith
annotation. In Scala: @RunWith(classOf[Jitr])
.
renfis
2009-10-27 20:56:59
+1
A:
You can use Specs, ScalaTest and JUnit (and any other java test framework), theres some examples on the new wiki.
DFectuoso
2009-11-04 21:12:36
A:
This may be of help, it's on Lifts wiki pages. There are examples using Junit, Scalatest and and Specs.
Randin
2009-11-24 05:27:36