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

skinny.micro.test.SkinnyMicroTests.scala Maven / Gradle / Ivy

The newest version!
package skinny.micro.test

/**
 * Provides a framework-agnostic way to test your Skinny Micro app.
 * You probably want to extend this with either
 * skinny.micro.test.scalatest._ or skinny.micro.test.specs._.
 *
 * 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 SkinnyMicroTests
  extends EmbeddedJettyContainer
  with HttpComponentsClient




© 2015 - 2025 Weber Informatics LLC | Privacy Policy