IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The ITestAssemblyBuilder interface is implemented by a class that is able to build a suite of tests given an assembly or an assembly filename. More...
Public Member Functions | |
ITest | Build (Assembly assembly, IDictionary options) |
Build a suite of tests from a provided assembly More... | |
ITest | Build (string assemblyName, IDictionary options) |
Build a suite of tests given the filename of an assembly More... | |
The ITestAssemblyBuilder interface is implemented by a class that is able to build a suite of tests given an assembly or an assembly filename.
ITest NUnit.Framework.Api.ITestAssemblyBuilder.Build | ( | Assembly | assembly, |
IDictionary | options | ||
) |
Build a suite of tests from a provided assembly
assembly | The assembly from which tests are to be built |
options | A dictionary of options to use in building the suite |
Implemented in NUnit.Framework.Api.DefaultTestAssemblyBuilder.
Referenced by NUnit.Framework.Internal.SetUpFixtureTests.AssemblySetUpFixtureReplacesAssemblyNodeInTree(), NUnit.Framework.Internal.SetUpFixtureTests.InvalidAssemblySetUpFixtureIsLoadedCorrectly(), NUnit.Framework.Api.NUnitTestAssemblyRunner.Load(), and NUnit.Framework.Internal.SetUpFixtureTests.NamespaceSetUpFixtureReplacesNamespaceNodeInTree().
ITest NUnit.Framework.Api.ITestAssemblyBuilder.Build | ( | string | assemblyName, |
IDictionary | options | ||
) |
Build a suite of tests given the filename of an assembly
assemblyName | The filename of the assembly from which tests are to be built |
options | A dictionary of options to use in building the suite |
Implemented in NUnit.Framework.Api.DefaultTestAssemblyBuilder.