|
bool IRuntimeFrameworkService. | IsAvailable (string framework) |
| Returns true if the runtime framework represented by the string passed as an argument is available. More...
|
|
string 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. More...
|
|
bool IRuntimeFrameworkService. NUnit.Engine.Services.Tests.Fakes.FakeRuntimeService.IsAvailable |
( |
string |
framework | ) |
|
|
inlineprivate |
Returns true if the runtime framework represented by the string passed as an argument is available.
- Parameters
-
framework | A string representing a framework, like 'net-4.0' |
- Returns
- True if the framework is available, false if unavailable or nonexistent
Implements NUnit.Engine.IRuntimeFrameworkService.
string IRuntimeFrameworkService. NUnit.Engine.Services.Tests.Fakes.FakeRuntimeService.SelectRuntimeFramework |
( |
TestPackage |
package | ) |
|
|
inlineprivate |
The documentation for this class was generated from the following file: