IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Implemented by a type that provides information about the current and other available runtimes. More...
Public Member Functions | |
bool | IsAvailable (string framework) |
Returns true if the runtime framework represented by the string passed as an argument is available. More... | |
string | SelectRuntimeFramework (TestPackage package) |
Selects a target runtime framework for a TestPackage based on the settings in the package and the assemblies themselves. The package RuntimeFramework setting may be updated as a result and the selected runtime is returned. More... | |
Implemented by a type that provides information about the current and other available runtimes.
bool NUnit.Engine.IRuntimeFrameworkService.IsAvailable | ( | string | framework | ) |
Returns true if the runtime framework represented by the string passed as an argument is available.
framework | A string representing a framework, like 'net-4.0' |
Implemented in NUnit.Engine.Services.RuntimeFrameworkService, and NUnit.Engine.Services.Tests.Fakes.FakeRuntimeService.
string NUnit.Engine.IRuntimeFrameworkService.SelectRuntimeFramework | ( | TestPackage | package | ) |
Selects a target runtime framework for a TestPackage based on the settings in the package and the assemblies themselves. The package RuntimeFramework setting may be updated as a result and the selected runtime is returned.
package | A TestPackage |
Implemented in NUnit.Engine.Services.RuntimeFrameworkService, and NUnit.Engine.Services.Tests.Fakes.FakeRuntimeService.
Referenced by NUnit.Engine.Services.TestAgency.LaunchAgentProcess().