ForEach

org.specs2.specification.ForEach
trait ForEach[T]

For each created example use a given fixture object

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

protected def foreach[R](f: T => R)(using evidence$2: AsExecution[R]): R

Givens

Givens

given given_AsExecution_Function[R](using evidence$3: AsExecution[R]): given_AsExecution_Function[R]