NUnit.Framework.Api
Namespace with 4 public types
Classes
DefaultTestAssemblyBuilder
DefaultTestAssemblyBuilder loads a single assembly and builds a TestSuite
containing test fixtures present in the assembly.
NUnitTestAssemblyRunner
Implementation of ITestAssemblyRunner
Interfaces
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.
ITestAssemblyRunner
The ITestAssemblyRunner interface is implemented by classes
that are able to execute a suite of tests loaded
from an assembly.