NUnit.UI.TouchRunner.Add Method
Add the specified assembly to the list of assemblies that the runner will scan to find test suites, i.e. types decorated with a [TestSuite] attribute.

Syntax

public void Add (System.Reflection.Assembly assembly)

Parameters

assembly
Assembly that contains one, or more, test suites to be executed by the runner.

Remarks

An ArgumentNullException is thrown when a null assembly is passed to this method.

Requirements

Namespace: NUnit.UI
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 0.6.0.0, 1.0.0.0