
org.scalatra.test.ScalatraTests.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra-test_2.11 Show documentation
Show all versions of scalatra-test_2.11 Show documentation
The abstract Scalatra test framework
The newest version!
package org.scalatra.test
/**
* 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.
*/
trait ScalatraTests extends EmbeddedJettyContainer with HttpComponentsClient {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy