Env

object Env
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Env.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(arguments: Arguments, systemLogger: Logger, selectorInstance: Arguments => Selector, executorInstance: Arguments => Executor, lineLogger: LineLogger, statsRepository: Arguments => StatisticsRepository, random: Random, fileSystem: FileSystem, executionParameters: ExecutionParameters, customClassLoader: Option[ClassLoader], classLoading: ClassLoading): Env
def executeResult[R : AsResult](r: Env => R): Result