ForEachWithCommandLineArguments

org.specs2.specification.ForEachWithCommandLineArguments

For each example but inject data depending on command line arguments

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Value members

Abstract methods

protected def foreach[R : AsResult](commandLine: CommandLine)(f: T => R): Result

Concrete methods

override protected def fragmentFactory: FragmentFactory

Attributes

Definition Classes

Implicits

Implicits

implicit def foreachFunctionIsInterpolatedFragment[R : AsResult](f: => T => R): InterpolatedFragment
implicit def foreachFunctionToExecution[R : AsResult](f: T => R): Execution