Fixture

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

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

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