|
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...
|
|
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
-
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
-
path | The 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: