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.IDriverService Interface Reference

The IDriverService interface is implemented by the driver service, which is able to provide drivers for loading and running tests using various frameworks. More...

+ Inheritance diagram for NUnit.Engine.IDriverService:

Public Member Functions

IFrameworkDriver GetDriver (AppDomain domain, string assemblyPath)
 Get a driver suitable for loading and running tests in the specified assembly. More...
 

Detailed Description

The IDriverService interface is implemented by the driver service, which is able to provide drivers for loading and running tests using various frameworks.

Member Function Documentation

IFrameworkDriver NUnit.Engine.IDriverService.GetDriver ( AppDomain  domain,
string  assemblyPath 
)

Get a driver suitable for loading and running tests in the specified assembly.

Parameters
domainThe AppDomain in which to run the tests
assemblyPathThe path to the test assembly
Returns

Implemented in NUnit.Engine.Services.DriverService.


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