ExecutionVar

org.specs2.specification.ExecutionVar
See theExecutionVar companion object
class ExecutionVar(var execution: () => Execution)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def :=[T : AsResult](t: => T): ExecutionVar
def :=[R : AsResult](f: Env => R): ExecutionVar

Concrete fields

var execution: () => Execution