package
test
Type Members
-
-
case class
FakeApplication(path: File = new java.io.File("."), classloader: ClassLoader = ..., additionalPlugins: Seq[String] = immutable.this.Nil, withoutPlugins: Seq[String] = immutable.this.Nil, additionalConfiguration: Map[String, _] = ..., withGlobal: Option[GlobalSettings] = scala.None) extends Application with WithDefaultConfiguration with WithDefaultGlobal with WithDefaultPlugins with Product with Serializable
-
case class
FakeHeaders(data: Seq[(String, Seq[String])] = collection.this.Seq.empty[Nothing]) extends Headers with Product with Serializable
-
case class
FakeRequest[A](method: String, uri: String, headers: FakeHeaders, body: A, remoteAddress: String = "127.0.0.1", version: String = "HTTP/1.1", id: Long = 666, tags: Map[String, String] = ...) extends Request[A] with Product with Serializable
-
-
-
type
Port = Int
-
case class
TestBrowser(webDriver: WebDriver, baseUrl: Option[String]) extends FluentAdapter with Product with Serializable
-
case class
TestServer(port: Int, application: FakeApplication = ..., sslPort: Option[Int] = scala.None) extends Product with Serializable
-
abstract
class
WithApplication extends Around with Scope
-
abstract
class
WithBrowser[WEBDRIVER <: WebDriver] extends Around with Scope
-
abstract
class
WithServer extends Around with Scope
Inherited from AnyRef
Inherited from Any
Contains test helpers.