Fixture

org.specs2.specification.Fixture
See theFixture companion object
trait Fixture[T]

A Fixture can be implicitly passed to a set of examples taking a function as an input.

It can effectively act as a parameterized Around context

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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