IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Package NUnit.Framework.Api

Classes

class  DefaultTestAssemblyBuilder
 DefaultTestAssemblyBuilder loads a single assembly and builds a TestSuite containing test fixtures present in the assembly. More...
 
class  FrameworkController
 FrameworkController provides a facade for use in loading, browsing and running tests without requiring a reference to the NUnit framework. All calls are encapsulated in constructors for this class and its nested classes, which only require the types of the Common Type System as arguments. More...
 
class  FrameworkControllerTests
 
interface  ITestAssemblyBuilder
 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...
 
interface  ITestAssemblyRunner
 The ITestAssemblyRunner interface is implemented by classes that are able to execute a suite of tests loaded from an assembly. More...
 
class  NUnitTestAssemblyRunner
 Implementation of ITestAssemblyRunner More...
 
class  TestAssemblyRunnerTests