IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The IDriverService interface is implemented by the driver service, which is able to provide drivers for loading and running tests using various frameworks. More...
Public Member Functions | |
IFrameworkDriver | GetDriver (AppDomain domain, string assemblyPath) |
Get a driver suitable for loading and running tests in the specified assembly. More... | |
The IDriverService interface is implemented by the driver service, which is able to provide drivers for loading and running tests using various frameworks.
IFrameworkDriver NUnit.Engine.IDriverService.GetDriver | ( | AppDomain | domain, |
string | assemblyPath | ||
) |
Get a driver suitable for loading and running tests in the specified assembly.
domain | The AppDomain in which to run the tests |
assemblyPath | The path to the test assembly |
Implemented in NUnit.Engine.Services.DriverService.