IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
IServiceLocator allows clients to locate any NUnit services for which the interface is referenced. In normal use, this linits it to those services using interfaces defined in the nunit.engine.api assembly. More...
Public Member Functions | |
T | GetService< T > () |
Return a specified type of service More... | |
object | GetService (Type serviceType) |
Return a specified type of service More... | |
IServiceLocator allows clients to locate any NUnit services for which the interface is referenced. In normal use, this linits it to those services using interfaces defined in the nunit.engine.api assembly.
T NUnit.Engine.IServiceLocator.GetService< T > | ( | ) |
Return a specified type of service
Implemented in NUnit.Engine.ServiceContext.
T | : | class |
object NUnit.Engine.IServiceLocator.GetService | ( | Type | serviceType | ) |
Return a specified type of service
Implemented in NUnit.Engine.ServiceContext.
Referenced by NUnit.Engine.Api.Tests.ServiceLocatorTests.CanAccessService(), and NUnit.ConsoleRunner.ConsoleRunner.ConsoleRunner().