IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Namespaces | |
package | Tests |
Classes | |
class | AbstractTestRunner |
AbstractTestRunner is the base class for all runners within the NUnit Engine. It implements the ITestRunner interface, which is used by clients of the engine and uses a Template pattern with abstract methods overridden by the derived runners. More... | |
class | AggregatingTestRunner |
AggregatingTestRunner runs tests using multiple subordinate runners and combines the results. More... | |
class | DirectTestRunner |
DirectTestRunner is the abstract base for runners that deal directly with a framework driver. More... | |
interface | ITestExecutionTask |
class | LocalTestRunner |
LocalTestRunner runs tests in the current AppDomain. More... | |
class | MasterTestRunner |
class | MultipleTestDomainRunner |
MultipleTestDomainRunner runs tests using separate AppDomains for each assembly. More... | |
class | MultipleTestProcessRunner |
MultipleTestProcessRunner runs tests using separate Processes for each assembly. More... | |
class | ParallelTaskWorkerPool |
class | ProcessRunner |
Summary description for ProcessRunner. More... | |
class | TestDomainRunner |
TestDomainRunner loads and runs tests in a separate domain whose lifetime it controls. More... | |
class | TestExecutionTask |