Contains implicit conversions for making test DSL easier to use.
Provides a framework-agnostic way to test your Scalatra app.
Provides a framework-agnostic way to test your Scalatra app. You probably want to extend this with
either org.scalatra.test.scalatest.ScalatraSuite or
org.scalatra.test.specs.ScalatraSpecification.
Cookies are crudely supported within session blocks. No attempt is made to match domains, paths, or max-ages; the request sends a Cookie header to match whatever Set-Cookie call it received on the previous response.
Contains implicit conversions for making test DSL easier to use. This is included by all
Clientimplementations.