IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Interface implemented by a Type that knows how to create a driver for a test assembly. More...
Public Member Functions | |
bool | IsSupportedTestFramework (AssemblyName reference) |
Gets a flag indicating whether a given AssemblyName represents a test framework supported by this factory. More... | |
IFrameworkDriver | GetDriver (AppDomain domain, AssemblyName reference) |
Gets a driver for a given test assembly and a framework which the assembly is already known to reference. More... | |
Interface implemented by a Type that knows how to create a driver for a test assembly.
bool NUnit.Engine.Extensibility.IDriverFactory.IsSupportedTestFramework | ( | AssemblyName | reference | ) |
Gets a flag indicating whether a given AssemblyName represents a test framework supported by this factory.
reference | An AssemblyName referring to the possible test framework. |
Implemented in NUnit.Engine.Drivers.NUnit2DriverFactory, and NUnit.Engine.Drivers.NUnit3DriverFactory.
IFrameworkDriver NUnit.Engine.Extensibility.IDriverFactory.GetDriver | ( | AppDomain | domain, |
AssemblyName | reference | ||
) |
Gets a driver for a given test assembly and a framework which the assembly is already known to reference.
domain | The domain in which the assembly will be loaded |
reference | An AssemblyName referring to the test framework. |
Implemented in NUnit.Engine.Drivers.NUnit2DriverFactory, and NUnit.Engine.Drivers.NUnit3DriverFactory.