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.ResultWriters.Tests.XmlOutputTest Class Reference

This is the abstract base for all XML output tests, which need to work on a TestEngineResult. Creating a second level engine in the test domain causes problems, so this class uses internal framework classes to run the test and then transforms the XML result into a TestEngineResult for use by derived tests. More...

+ Inheritance diagram for NUnit.Engine.Services.ResultWriters.Tests.XmlOutputTest:
+ Collaboration diagram for NUnit.Engine.Services.ResultWriters.Tests.XmlOutputTest:

Public Member Functions

void InitializeTestEngineResult ()
 

Protected Member Functions

string GetLocalPath (string fileName)
 

Protected Attributes

const string AssemblyName = "mock-nunit-assembly.exe"
 

Properties

TestEngineResult EngineResult [get, private set]
 
string AssemblyPath [get, private set]
 

Private Attributes

ITestEngine engine
 
string localDirectory
 

Detailed Description

This is the abstract base for all XML output tests, which need to work on a TestEngineResult. Creating a second level engine in the test domain causes problems, so this class uses internal framework classes to run the test and then transforms the XML result into a TestEngineResult for use by derived tests.

Member Function Documentation

string NUnit.Engine.Services.ResultWriters.Tests.XmlOutputTest.GetLocalPath ( string  fileName)
inlineprotected
void NUnit.Engine.Services.ResultWriters.Tests.XmlOutputTest.InitializeTestEngineResult ( )
inline

Member Data Documentation

ITestEngine NUnit.Engine.Services.ResultWriters.Tests.XmlOutputTest.engine
private
string NUnit.Engine.Services.ResultWriters.Tests.XmlOutputTest.localDirectory
private
const string NUnit.Engine.Services.ResultWriters.Tests.XmlOutputTest.AssemblyName = "mock-nunit-assembly.exe"
protected

Property Documentation

TestEngineResult NUnit.Engine.Services.ResultWriters.Tests.XmlOutputTest.EngineResult
getprivate setprotected
string NUnit.Engine.Services.ResultWriters.Tests.XmlOutputTest.AssemblyPath
getprivate setprotected

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