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.Engine.Services

Namespaces

package  ProjectLoaders
 
package  ResultWriters
 
package  Tests
 

Classes

class  DefaultTestRunnerFactory
 DefaultTestRunnerFactory handles creation of a suitable test runner for a given package to be loaded and run either in a separate process or within the same process. More...
 
class  DomainManager
 The DomainManager class handles the creation and unloading of domains as needed and keeps track of all existing domains. More...
 
class  DriverService
 The DriverService provides drivers able to load and run tests using various frameworks. More...
 
class  ExtensionService
 The ExtensionService discovers ExtensionPoints and Extensions and maintains them in a database. It can return extension nodes or actual extension objects on request. More...
 
class  InProcessTestRunnerFactory
 InProcessTestRunnerFactory handles creation of a suitable test runner for a given package to be loaded and run within the same process. More...
 
interface  IProjectService
 The IProjectService interface is implemented by ProjectService. It knows how to load projects in a specific format and can expand TestPackages based on projects. More...
 
class  NUnit3XmlResultWriter
 NUnit3XmlResultWriter is responsible for writing the results of a test to a file in NUnit 3.0 format. More...
 
class  ProjectService
 Summary description for ProjectService. More...
 
class  RecentFilesService
 Summary description for RecentFilesService. More...
 
class  ResultService
 
class  RuntimeFrameworkService
 
class  Service
 Abstract base class for services that can use it. Some Services already inherit from a different class and can't use this, which is why we define the IService interface as well. More...
 
class  ServiceManager
 ServiceManager handles access to all services - global facilities shared by all instances of TestEngine. More...
 
class  SettingsService
 Summary description for UserSettingsService. More...
 
class  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  TestCaseResultWriter
 
class  TestFilterService
 
class  XmlTransformResultWriter
 

Enumerations

enum  AgentStatus {
  AgentStatus.Unknown, AgentStatus.Starting, AgentStatus.Ready, AgentStatus.Busy,
  AgentStatus.Stopping
}
 Enumeration used to report AgentStatus More...
 

Enumeration Type Documentation

Enumeration used to report AgentStatus

Enumerator
Unknown 
Starting 
Ready 
Busy 
Stopping