PackageSettings
PackageSettings is a static class containing constant values that
are used as keys in setting up a TestPackage. These values duplicate
settings in the engine and framework.
The config to use in loading a project
If true, the engine should determine the private bin
path by examining the paths to all the tests.
The ApplicationBase to use in loading the tests.
The config file to use in running the tests
Integer value in milliseconds for the default timeout value
for test cases. If not specified, there is no timeout.
Indicates that test runners should be disposed after the tests are executed
Indicates how to load tests across AppDomains
An InternalTraceLevel enumeration value for this run.
A TextWriter to which the internal trace will be sent.
A list of tests to be loaded.
The number of test threads to run for the assembly.
The private binpath used to locate assemblies
Indicates how to allocate assemblies to processes
The random seed to be used for this assembly.
Indicates the test should be run in a 32-bit process on a 64-bit system
Indicates the desired runtime to use for the tests.
Indicates that the test assemblies should be shadow copied. Defaults to false.
If true, execution stops after the first error or failure.
Full path of the directory to be used for work and result files.