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

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

Protected Properties

Property Type Description
TestTime System.DateTime

Public Methods

Method Description
GetSuiteRuns ( ) : ICollection
GetTestRuns ( ) : IList

Protected Methods

Method Description
CreateTestRun ( string topSuiteName, XmlNode testRunNode ) : TestRun
GetTestRunState ( XmlNode node ) : TestRun.TestRunState
XmlFileParser ( XmlDocument document, System.DateTime testTime ) : System

Private Methods

Method Description
AddOrUpdateSuite ( SuiteRun>.IDictionary suiteHash, TestRun testRun, StringCollection suiteNames ) : void
GetSuiteNames ( TestRun testRun ) : StringCollection

Method Details

CreateTestRun() protected abstract method

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

GetSuiteRuns() public method

public GetSuiteRuns ( ) : ICollection
return ICollection

GetTestRunState() protected method

protected GetTestRunState ( XmlNode node ) : TestRun.TestRunState
node System.Xml.XmlNode
return TestRun.TestRunState

GetTestRuns() public method

public GetTestRuns ( ) : IList
return IList

XmlFileParser() protected method

protected XmlFileParser ( XmlDocument document, System.DateTime testTime ) : System
document System.Xml.XmlDocument
testTime System.DateTime
return System

Property Details

TestTime protected property

protected DateTime,System TestTime
return System.DateTime