IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Classes | |
class | NUnit.Engine.Services.TestAgency |
The TestAgency class provides RemoteTestAgents on request and tracks their status. Agents are wrapped in an instance of the TestAgent class. Multiple agent types are supported but only one, ProcessAgent is implemented at this time. More... | |
class | NUnit.Engine.Services.TestAgency.AgentRecord |
class | NUnit.Engine.Services.TestAgency.AgentDataBase |
A simple class that tracks data about this agencies active and available agents More... | |
Namespaces | |
package | NUnit.Engine.Services |
Enumerations | |
enum | NUnit.Engine.Services.AgentStatus { NUnit.Engine.Services.AgentStatus.Unknown, NUnit.Engine.Services.AgentStatus.Starting, NUnit.Engine.Services.AgentStatus.Ready, NUnit.Engine.Services.AgentStatus.Busy, NUnit.Engine.Services.AgentStatus.Stopping } |
Enumeration used to report AgentStatus More... | |