C# Class Dev2.Activities.Specs.Toolbox.Utility.XPath.XPathSteps

Inheritance: Dev2.Activities.Specs.BaseTypes.RecordSetBases
Datei anzeigen Open project: Warewolf-ESB/Warewolf

Protected Methods

Method Description
BuildDataList ( ) : void

Private Methods

Method Description
GivenIAssignTheVariableAsXmlInput ( string variable ) : void
GivenIHaveAVariableOutputWithXpath ( string variable, string xpath ) : void
GivenIHaveThisXml ( string xmlData ) : void
GivenIHaveThisXmlInAVariable ( string xml, string variable ) : void
ThenTheVariableShouldHaveAValue ( string variable, string value ) : void
ThenTheXpathResultForThisVaribaleWillBe ( string variable, TechTalk.SpecFlow.Table table ) : void
WhenTheXpathToolIsExecuted ( ) : void

Method Details

BuildDataList() protected method

protected BuildDataList ( ) : void
return void