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
NUnit.Engine.ITestAgency Interface Reference

The ITestAgency interface is implemented by a TestAgency in order to allow TestAgents to register with it. More...

+ Inheritance diagram for NUnit.Engine.ITestAgency:

Public Member Functions

void Register (ITestAgent agent)
 Registers an agent with an agency More...
 

Detailed Description

The ITestAgency interface is implemented by a TestAgency in order to allow TestAgents to register with it.

Member Function Documentation

void NUnit.Engine.ITestAgency.Register ( ITestAgent  agent)

Registers an agent with an agency

Parameters
agent

Implemented in NUnit.Engine.Services.TestAgency.


The documentation for this interface was generated from the following file: