C# Class VersionOne.ServiceHost.TestServices.Fitnesse.Pre2011XmlFileParser

Inheritance: XmlFileParser
Show file Open project: versionone/VersionOne.Integration.FitNesse Class Usage Examples

Public Methods

Method Description
Pre2011XmlFileParser ( XmlDocument document, System.DateTime testTime ) : System

Protected Methods

Method Description
CreateTestRun ( string topSuiteName, XmlNode testRunNode ) : TestRun

Method Details

CreateTestRun() protected method

protected CreateTestRun ( string topSuiteName, XmlNode testRunNode ) : TestRun
topSuiteName string
testRunNode System.Xml.XmlNode
return TestRun

Pre2011XmlFileParser() public method

public Pre2011XmlFileParser ( XmlDocument document, System.DateTime testTime ) : System
document System.Xml.XmlDocument
testTime System.DateTime
return System