AroundHelper

play.api.test.AroundHelper
abstract class AroundHelper(helperClass: Class[_]) extends Around

Attributes

Graph
Supertypes
trait Around
trait DelayedInit
trait Around
trait Context
trait Scope
trait Scope
class Object
trait Matchable
class Any
Show all
Known subtypes
class WithBrowser[WEBDRIVER]
class WithServer

Members list

Value members

Abstract methods

def wrap[T : AsResult](t: => T): Result

Concrete methods

override def around[T : AsResult](t: => T): Result

Attributes

Definition Classes
Around
def running(): Unit

Inherited methods

def andThen(a: Around): Around

sequence the actions of 2 Around traits

sequence the actions of 2 Around traits

Attributes

Inherited from:
Around
def apply[T : AsResult](a: => T): Result

Attributes

Inherited from:
Around
def compose(a: Around): Around

compose the actions of 2 Around traits

compose the actions of 2 Around traits

Attributes

Inherited from:
Around
override def delayedInit(x: => Unit): Unit

use effectively to re-throw FailureExceptions if x failed

use effectively to re-throw FailureExceptions if x failed

Attributes

Definition Classes
Around -> DelayedInit
Inherited from:
Around