All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.scalatra.test.ScalatraTests.scala Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy