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.Services.Tests.Fakes.FakeRuntimeService Class Reference
+ Inheritance diagram for NUnit.Engine.Services.Tests.Fakes.FakeRuntimeService:
+ Collaboration diagram for NUnit.Engine.Services.Tests.Fakes.FakeRuntimeService:

Private Member Functions

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...
 

Additional Inherited Members

- Properties inherited from NUnit.Engine.Services.Tests.Fakes.FakeService
IServiceLocator IService. ServiceContext [get, set]
 
ServiceStatus IService. Status [get]
 
bool FailToStart [get, set]
 
- Properties inherited from NUnit.Engine.IService
IServiceLocator ServiceContext [get, set]
 The ServiceContext More...
 
ServiceStatus Status [get]
 Gets the ServiceStatus of this service More...
 

Member Function Documentation

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
frameworkA 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

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.

Parameters
packageA TestPackage
Returns
The selected RuntimeFramework

Implements NUnit.Engine.IRuntimeFrameworkService.


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