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

Properties

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

Private Member Functions

void IService. StartService ()
 Initialize the Service More...
 
void IService. StopService ()
 Do any cleanup needed before terminating the service More...
 

Private Attributes

ServiceStatus _status
 

Additional Inherited Members

- Public Member Functions inherited from NUnit.Engine.Internal.SettingsStore
 SettingsStore ()
 Construct a SettingsStore without a backing file - used for testing. More...
 
 SettingsStore (string settingsFile, bool writeable)
 Construct a SettingsStore with a file name and indicate whether it is writeable More...
 
void LoadSettings ()
 
void SaveSettings ()
 
- Public Member Functions inherited from NUnit.Engine.Internal.SettingsGroup
object GetSetting (string settingName)
 Load the value of one of the group's settings More...
 
GetSetting< T > (string settingName, T defaultValue)
 Load the value of one of the group's settings or return a default value More...
 
void RemoveSetting (string settingName)
 Remove a setting from the group More...
 
void RemoveGroup (string groupName)
 Remove a group of settings More...
 
void SaveSetting (string settingName, object settingValue)
 Save the value of one of the group's settings More...
 
- Protected Attributes inherited from NUnit.Engine.Internal.SettingsGroup
Dictionary< string, object > _settings = new Dictionary<string, object>()
 
- Events inherited from NUnit.Engine.Internal.SettingsGroup
SettingsEventHandler Changed
 
- Events inherited from NUnit.Engine.ISettings
SettingsEventHandler Changed
 Occurs when the settings are changed. More...
 

Member Function Documentation

void IService. NUnit.Engine.Services.Tests.Fakes.FakeSettingsService.StartService ( )
inlineprivate

Initialize the Service

Implements NUnit.Engine.IService.

void IService. NUnit.Engine.Services.Tests.Fakes.FakeSettingsService.StopService ( )
inlineprivate

Do any cleanup needed before terminating the service

Implements NUnit.Engine.IService.

Member Data Documentation

ServiceStatus NUnit.Engine.Services.Tests.Fakes.FakeSettingsService._status
private

Property Documentation

IServiceLocator IService. NUnit.Engine.Services.Tests.Fakes.FakeSettingsService.ServiceContext
getsetprivate
ServiceStatus IService. NUnit.Engine.Services.Tests.Fakes.FakeSettingsService.Status
getprivate
bool NUnit.Engine.Services.Tests.Fakes.FakeSettingsService.FailToStart
getset

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