Context

org.specs2.specification.Context
See theContext companion object
trait Context extends Scope

generic trait for Before, After, Around

Attributes

Companion
object
Graph
Supertypes
trait Scope
trait Scope
class Object
trait Matchable
class Any
Known subtypes
trait After
trait After
trait BeforeAfter
trait BeforeAfter
trait Around
trait Around
trait NoStdOut
object NoStdOut.type
trait Before
trait Before
Show all

Members list

Value members

Abstract methods

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