|
bool | IsSupportedTestFramework (AssemblyName reference) |
| Gets a flag indicating whether a given assembly name and version represent 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...
|
|
bool NUnit.Engine.Drivers.NUnit3DriverFactory.IsSupportedTestFramework |
( |
AssemblyName |
reference | ) |
|
|
inline |
Gets a flag indicating whether a given assembly name and version represent a test framework supported by this factory.
- Parameters
-
reference | An AssemblyName referring to the possible test framework. |
Implements NUnit.Engine.Extensibility.IDriverFactory.
IFrameworkDriver NUnit.Engine.Drivers.NUnit3DriverFactory.GetDriver |
( |
AppDomain |
domain, |
|
|
AssemblyName |
reference |
|
) |
| |
|
inline |
Gets a driver for a given test assembly and a framework which the assembly is already known to reference.
- Parameters
-
domain | The domain in which the assembly will be loaded |
reference | An AssemblyName referring to the test framework. |
- Returns
Implements NUnit.Engine.Extensibility.IDriverFactory.
const string NUnit.Engine.Drivers.NUnit3DriverFactory.NUNIT_FRAMEWORK = "nunit.framework" |
|
private |
The documentation for this class was generated from the following file: