ForServer

play.api.test.ForServer
@ApiMayChange
trait ForServer extends ForEach[RunningServer], Scope

Replacement for WithServer, adding server endpoint info.

Attributes

Graph
Supertypes
trait Scope
trait Scope
trait ForEach[RunningServer]
trait FragmentsFactory
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

Concrete methods

final protected def foreach[R : AsResult](f: RunningServer => R): Result

Inherited methods

protected def foreachContext: Env => Context

Attributes

Inherited from:
ForEach
override protected def fragmentFactory: FragmentFactory

Attributes

Definition Classes
ForEach -> FragmentsFactory
Inherited from:
ForEach

Implicits

Inherited implicits

implicit def foreachFunctionToResult[R : AsResult]: AsResult[T => R]

Attributes

Inherited from:
ForEach