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

Inheritance: XmlFileParser
Datei anzeigen Open project: versionone/VersionOne.Integration.FitNesse Class Usage Examples

Public Methods

Method Description
CurrentXmlFileParser ( 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

CurrentXmlFileParser() public method

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