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

Private Member Functions

void IProjectService. ExpandProjectPackage (TestPackage package)
 Expands a TestPackage based on a known project format, populating it with the project contents and any settings the project provides. Note that the package file path must be checked to ensure that it is a known project format before calling this method. More...
 
bool IProjectService. CanLoadFrom (string path)
 Returns true if the file indicated is one that this loader knows how to load. 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

void IProjectService. NUnit.Engine.Services.Tests.Fakes.FakeProjectService.ExpandProjectPackage ( TestPackage  package)
inlineprivate

Expands a TestPackage based on a known project format, populating it with the project contents and any settings the project provides. Note that the package file path must be checked to ensure that it is a known project format before calling this method.

Parameters
packageThe TestPackage to be expanded

Implements NUnit.Engine.Services.IProjectService.

bool IProjectService. NUnit.Engine.Services.Tests.Fakes.FakeProjectService.CanLoadFrom ( string  path)
inlineprivate

Returns true if the file indicated is one that this loader knows how to load.

Parameters
pathThe path of the project file
Returns
True if the loader knows how to load this file, otherwise false

Implements NUnit.Engine.Services.IProjectService.


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