abstract class WithBrowser[WEBDRIVER <: WebDriver] extends AroundHelper with Scope
Ordering
- Alphabetic
- By Inheritance
Inherited
- WithBrowser
- AroundHelper
- Around
- DelayedInit
- Around
- Context
- Scope
- Scope
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WithBrowser(webDriver: Class[WEBDRIVER], app: Application, port: Int)
- new WithBrowser(webDriver: WebDriver = WebDriverFactory(Helpers.HTMLUNIT), app: Application = GuiceApplicationBuilder().build(), port: Int = Helpers.testServerPort)
- webDriver
The driver for the web browser to use
- app
The fake application
- port
The port to run the server on
Value Members
- def andThen(a: Around): Around
- Definition Classes
- Around
- val app: Application
- def apply[T](a: => T)(implicit arg0: AsResult[T]): Result
- Definition Classes
- Around → Context
- def around[T](t: => T)(implicit arg0: AsResult[T]): Result
- Definition Classes
- AroundHelper → Around
- lazy val browser: TestBrowser
- def compose(a: Around): Around
- Definition Classes
- Around
- def delayedInit(x: => Unit): Unit
- Definition Classes
- Around → DelayedInit
- implicit def implicitApp: Application
- implicit def implicitPort: Port
- var port: Int
- def running(): Unit
- Definition Classes
- AroundHelper
- val webDriver: WebDriver
- def wrap[T](t: => T)(implicit arg0: AsResult[T]): Result
- Definition Classes
- → AroundHelper
Used to run specs within the context of a running server, and using a web browser