IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Engine.RunnerSettings Class Reference

RunnerSettings is a static class containing constant values that are used as keys in the TestPackage created by the project loader. More...

Public Attributes

const string AutoBinPath = "AutoBinPath"
 If true, the engine should determine the private bin path by examining the paths to all the tests. More...
 
const string BasePath = "BasePath"
 The ApplicationBase to use in loading the tests. More...
 
const string ConfigurationFile = "ConfigurationFile"
 The config file to use in running the tests More...
 
const string DomainUsage = "DomainUsage"
 Indicates how to load tests across AppDomains More...
 
const string PrivateBinPath = "PrivateBinPath"
 The private binpath used to locate assemblies More...
 
const string ProcessModel = "ProcessModel"
 Indicates how to allocate assemblies to processes More...
 
const string RuntimeFramework = "RuntimeFramework"
 Indicates the desired runtime to use for the tests. More...
 

Detailed Description

RunnerSettings is a static class containing constant values that are used as keys in the TestPackage created by the project loader.

This class is used only in the NUnitProjectLoader extension and represents knowledge the extension has of the internals of the engine - that is, the meaning of various settings. Only setting keys actually used by the loader are included.

Member Data Documentation

const string NUnit.Engine.RunnerSettings.AutoBinPath = "AutoBinPath"

If true, the engine should determine the private bin path by examining the paths to all the tests.

Referenced by NUnit.Engine.Services.ProjectLoaders.NUnitProject.GetSettingsForConfig().

const string NUnit.Engine.RunnerSettings.BasePath = "BasePath"

The ApplicationBase to use in loading the tests.

Referenced by NUnit.Engine.Services.ProjectLoaders.NUnitProject.GetSettingsForConfig().

const string NUnit.Engine.RunnerSettings.ConfigurationFile = "ConfigurationFile"

The config file to use in running the tests

Referenced by NUnit.Engine.Services.ProjectLoaders.NUnitProject.GetSettingsForConfig().

const string NUnit.Engine.RunnerSettings.DomainUsage = "DomainUsage"

Indicates how to load tests across AppDomains

Referenced by NUnit.Engine.Services.ProjectLoaders.NUnitProject.GetSettingsForConfig().

const string NUnit.Engine.RunnerSettings.PrivateBinPath = "PrivateBinPath"

The private binpath used to locate assemblies

Referenced by NUnit.Engine.Services.ProjectLoaders.NUnitProject.GetSettingsForConfig().

const string NUnit.Engine.RunnerSettings.ProcessModel = "ProcessModel"

Indicates how to allocate assemblies to processes

Referenced by NUnit.Engine.Services.ProjectLoaders.NUnitProject.GetSettingsForConfig().

const string NUnit.Engine.RunnerSettings.RuntimeFramework = "RuntimeFramework"

Indicates the desired runtime to use for the tests.

Referenced by NUnit.Engine.Services.ProjectLoaders.NUnitProject.GetSettingsForConfig().


The documentation for this class was generated from the following file: