IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
bool | CanLoadFrom (string path) |
Returns true if the file indicated is one that this loader knows how to load. More... | |
IProject | LoadFrom (string path) |
Loads a project of a known format. More... | |
TestPackage | GetTestPackage (string path) |
TestPackage | GetTestPackage (string path, string configName) |
|
inline |
Returns true if the file indicated is one that this loader knows how to load.
path | The path of the project file |
Implements NUnit.Engine.Extensibility.IProjectLoader.
Referenced by NUnit.Engine.Services.ProjectLoaders.Tests.NUnitProjectLoaderTests.CheckExtension().
|
inline |
Loads a project of a known format.
path | The path of the project file |
Implements NUnit.Engine.Extensibility.IProjectLoader.
References NUnit.Engine.Services.ProjectLoaders.NUnitProject.Load().
Referenced by NUnit.Engine.Services.ProjectLoaders.Tests.NUnitProjectLoaderTests.CanLoadEmptyProject(), NUnit.Engine.Services.ProjectLoaders.Tests.NUnitProjectLoaderTests.LoadEmptyConfigs(), NUnit.Engine.Services.ProjectLoaders.Tests.NUnitProjectLoaderTests.LoadNormalProject(), NUnit.Engine.Services.ProjectLoaders.Tests.NUnitProjectLoaderTests.LoadProjectWithComplexSettings(), and NUnit.Engine.Services.ProjectLoaders.Tests.NUnitProjectLoaderTests.LoadProjectWithManualBinPath().
|
inline |
|
inline |