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.Services.ResultService Class Reference
+ Inheritance diagram for NUnit.Engine.Services.ResultService:
+ Collaboration diagram for NUnit.Engine.Services.ResultService:

Public Member Functions

IResultWriter GetResultWriter (string format, object[] args)
 Gets a ResultWriter for a given format and set of arguments. More...
 
override void StartService ()
 Initialize the Service More...
 
- Public Member Functions inherited from NUnit.Engine.Services.Service
virtual void StopService ()
 Do any cleanup needed before terminating the service More...
 
void Dispose ()
 

Properties

string[] Formats [get]
 
- Properties inherited from NUnit.Engine.Services.Service
IServiceLocator ServiceContext [get, set]
 The ServiceContext More...
 
ServiceStatus Status [get, protected set]
 Gets the ServiceStatus of this service More...
 
- Properties inherited from NUnit.Engine.IService
IServiceLocator ServiceContext [get, set]
 The ServiceContext More...
 
ServiceStatus Status [get]
 Gets the ServiceStatus of this service More...
 
- Properties inherited from NUnit.Engine.IResultService
string[] Formats [get]
 Gets an array of the available formats More...
 

Private Attributes

readonly string[] BUILT_IN_FORMATS = new string[] { "nunit3", "cases", "user" }
 
IEnumerable< ExtensionNode_extensionNodes
 
string[] _formats
 

Additional Inherited Members

- Protected Member Functions inherited from NUnit.Engine.Services.Service
virtual void Dispose (bool disposing)
 
- Protected Attributes inherited from NUnit.Engine.Services.Service
bool _disposed = false
 

Member Function Documentation

IResultWriter NUnit.Engine.Services.ResultService.GetResultWriter ( string  format,
object[]  args 
)
inline
override void NUnit.Engine.Services.ResultService.StartService ( )
inlinevirtual

Member Data Documentation

readonly string [] NUnit.Engine.Services.ResultService.BUILT_IN_FORMATS = new string[] { "nunit3", "cases", "user" }
private
IEnumerable<ExtensionNode> NUnit.Engine.Services.ResultService._extensionNodes
private
string [] NUnit.Engine.Services.ResultService._formats
private

Property Documentation

string [] NUnit.Engine.Services.ResultService.Formats
get

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