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

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)
 

Member Function Documentation

bool NUnit.Engine.Services.ProjectLoaders.NUnitProjectLoader.CanLoadFrom ( string  path)
inline

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

Referenced by NUnit.Engine.Services.ProjectLoaders.Tests.NUnitProjectLoaderTests.CheckExtension().

TestPackage NUnit.Engine.Services.ProjectLoaders.NUnitProjectLoader.GetTestPackage ( string  path)
inline
TestPackage NUnit.Engine.Services.ProjectLoaders.NUnitProjectLoader.GetTestPackage ( string  path,
string  configName 
)
inline

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