trait PlayRunners extends HttpVerbs
- Alphabetic
- By Inheritance
- PlayRunners
- HttpVerbs
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
DELETE: String
- Definition Classes
- HttpVerbs
- val FIREFOX: Class[FirefoxDriver]
-
val
GET: String
- Definition Classes
- HttpVerbs
-
val
HEAD: String
- Definition Classes
- HttpVerbs
- val HTMLUNIT: Class[HtmlUnitDriver]
-
val
OPTIONS: String
- Definition Classes
- HttpVerbs
-
val
PATCH: String
- Definition Classes
- HttpVerbs
-
val
POST: String
- Definition Classes
- HttpVerbs
-
val
PUT: String
- Definition Classes
- HttpVerbs
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
lazy val
baseApplicationBuilder: GuiceApplicationBuilder
The base builder used in the running method.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
inMemoryDatabase(name: String = "default", options: Map[String, String] = Map.empty[String, String]): Map[String, String]
Constructs a in-memory (h2) database configuration to add to an Application.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
running[T](testServer: TestServer, webDriver: WebDriver)(block: (TestBrowser) ⇒ T): T
Executes a block of code in a running server, with a test browser.
-
def
running[T, WEBDRIVER <: WebDriver](testServer: TestServer, webDriver: Class[WEBDRIVER])(block: (TestBrowser) ⇒ T): T
Executes a block of code in a running server, with a test browser.
-
def
running[T](testServer: TestServer)(block: ⇒ T): T
Executes a block of code in a running server.
- def running[T](builder: (GuiceApplicationBuilder) ⇒ GuiceApplicationBuilder)(block: (Application) ⇒ T): T
-
def
running[T](app: Application)(block: ⇒ T): T
Executes a block of code in a running application.
- def running[T]()(block: (Application) ⇒ T): T
-
def
shouldRunSequentially(app: Application): Boolean
Returns
true
if this application needs to run sequentially, rather than in parallel with other applications.Returns
true
if this application needs to run sequentially, rather than in parallel with other applications. Typically that means the application and/or test relies on some global state, so this defaults to the globalApplicationEnabled setting. This method is provided so the behavior can be customized if needed.- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
lazy val
testServerPort: Int
The port to use for a test server.
The port to use for a test server. Defaults to 19001. May be configured using the system property testserver.port
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )