c

play.api.test

AroundHelper

abstract class AroundHelper extends Around

Source
Specs.scala
Linear Supertypes
Around, DelayedInit, Around, Context, Scope, Scope, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AroundHelper
  2. Around
  3. DelayedInit
  4. Around
  5. Context
  6. Scope
  7. Scope
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AroundHelper(helperClass: Class[_])

Abstract Value Members

  1. abstract def wrap[T](t: => T)(implicit arg0: AsResult[T]): Result

Concrete Value Members

  1. def andThen(a: Around): Around
    Definition Classes
    Around
  2. def apply[T](a: => T)(implicit arg0: AsResult[T]): Result
    Definition Classes
    Around → Context
  3. def around[T](t: => T)(implicit arg0: AsResult[T]): Result
    Definition Classes
    AroundHelper → Around
  4. def compose(a: Around): Around
    Definition Classes
    Around
  5. def delayedInit(x: => Unit): Unit
    Definition Classes
    Around → DelayedInit
  6. def running(): Unit