t

play.api.test

ForServer

trait ForServer extends ForEach[RunningServer] with Scope

Replacement for WithServer, adding server endpoint info.

Annotations
@ApiMayChange()
Source
Specs.scala
Linear Supertypes
Scope, Scope, ForEach[RunningServer], FragmentsFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForServer
  2. Scope
  3. Scope
  4. ForEach
  5. FragmentsFactory
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Concrete Value Members

  1. implicit def foreachFunctionToResult[R](implicit arg0: AsResult[R]): AsResult[(RunningServer) => R]
    Definition Classes
    ForEach